Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHattyar committed Feb 26, 2024
1 parent 03bae28 commit c4303ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/version_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def fetch_rubygems_version(gem_name)
def files_changed_since_tag(repo, tag)
Dir.mktmpdir do |path|
Dir.chdir(path) do
if system("git clone --recursive --depth 1 --shallow-submodules --no-single-branch git@github.com:alphagov/#{repo}.git")
if system("git clone --recursive --depth 1 --shallow-submodules --no-single-branch https://github.com/alphagov/#{repo}.git")
Dir.chdir(repo) do
`git diff --name-only #{tag}`.split("\n")
end
Expand Down

0 comments on commit c4303ef

Please sign in to comment.