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

Commit

Permalink
delete me
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHattyar committed Feb 26, 2024
1 parent c62381a commit 03bae28
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 > /dev/null 2>&1")
if system("git clone --recursive --depth 1 --shallow-submodules --no-single-branch git@github.com:alphagov/#{repo}.git")
Dir.chdir(repo) do
`git diff --name-only #{tag}`.split("\n")
end
Expand Down

0 comments on commit 03bae28

Please sign in to comment.