Skip to content

Commit f0bcf27

Browse files
author
Jonathan Claudius
committed
Missing ?
1 parent a3cf524 commit f0bcf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/gather/rubygems_api_key.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def download_loot(paths)
4545
next if [".", ".."].include?(path)
4646

4747
rubygems_api_key = YAML.load(read_file(path))[:rubygems_api_key]
48-
next unless rubygems_api_key.is_a(::String)
48+
next unless rubygems_api_key.is_a?(::String)
4949

5050
print_good("Found a RubyGems API key #{rubygems_api_key}")
5151

0 commit comments

Comments
 (0)