Skip to content

Commit b559d3e

Browse files
committed
lint
1 parent d8aa448 commit b559d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ end
7878

7979
desc 'Fetch gems from a GitHub Actions run URL'
8080
task :fetch_gems, [:url] do |_, args|
81-
url = args[:url] || ENV['URL']
81+
url = args[:url] || ENV.fetch('URL', nil)
8282
abort 'Usage: rake fetch_gems[url]' unless url
8383
sh "libexec/fetch-gems #{url}"
8484
end

0 commit comments

Comments
 (0)