We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb9314 commit a3cf524Copy full SHA for a3cf524
modules/post/multi/gather/rubygems_api_key.rb
@@ -44,7 +44,7 @@ def download_loot(paths)
44
path.chomp!
45
next if [".", ".."].include?(path)
46
47
- rubygems_api_key = YAML.load(read_file(path))[:rubygems_api_key] [...]
+ rubygems_api_key = YAML.load(read_file(path))[:rubygems_api_key]
48
next unless rubygems_api_key.is_a(::String)
49
50
print_good("Found a RubyGems API key #{rubygems_api_key}")
0 commit comments