Skip to content

Commit

Permalink
updated module collection to use slug
Browse files Browse the repository at this point in the history
  • Loading branch information
binford2k authored Dec 27, 2018
1 parent a9d3320 commit 8bd7592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/get_all_the_diffs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ forge_releases = mods
while not mods.next_url.nil?
mods = mods.next
puts "we discovered another #{mods.count} modules on the forge" if DEBUG
forge_releases.concat(mods.map{|mod| "puppet-#{mod}" })
forge_releases.concat(mods.map{|mod| mod.slug })
puts "we are now at #{forge_releases.count} modules from the forge" if DEBUG
end

Expand Down

0 comments on commit 8bd7592

Please sign in to comment.