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 a3cf524 commit f0bcf27Copy full SHA for f0bcf27
modules/post/multi/gather/rubygems_api_key.rb
@@ -45,7 +45,7 @@ def download_loot(paths)
45
next if [".", ".."].include?(path)
46
47
rubygems_api_key = YAML.load(read_file(path))[:rubygems_api_key]
48
- next unless rubygems_api_key.is_a(::String)
+ next unless rubygems_api_key.is_a?(::String)
49
50
print_good("Found a RubyGems API key #{rubygems_api_key}")
51
0 commit comments