Skip to content

Commit 1f9286d

Browse files
author
Jonathan Claudius
committed
Undo logic reversage
1 parent a9e480e commit 1f9286d

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.nil?
48+
next if rubygems_api_key.nil?
4949

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

0 commit comments

Comments
 (0)