Skip to content

Commit

Permalink
Fix threads option in pull face (voxpupuli#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjfisher authored and JohnEricson committed Nov 28, 2020
1 parent 9d12db5 commit 9b2a918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/face/catalog/pull.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
default_to { Facter.value('fqdn') }
end

option '--threads' do
option '--threads=' do
summary 'The number of threads to use'
default_to { '10' }
end
Expand Down

0 comments on commit 9b2a918

Please sign in to comment.