We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b789734 commit 29f431fCopy full SHA for 29f431f
1 file changed
chef/bin/chef-client
@@ -29,7 +29,7 @@ config = {
29
:log_level => :info,
30
:json_attribs => nil,
31
:noop => false,
32
- :validation_token=> nil
+ :validation_token => nil
33
}
34
opts = OptionParser.new do |opts|
35
opts.banner = "Usage: #{$0} [-d DIR|-r FILE] (options)"
0 commit comments