diff options
author | Seth Vargo <sethvargo@gmail.com> | 2013-05-19 22:22:23 -0500 |
---|---|---|
committer | Seth Vargo <sethvargo@gmail.com> | 2013-05-19 22:22:23 -0500 |
commit | b6dd46e054c06a163aba534906806caf5bad104b (patch) | |
tree | 492b428e962ee7c96e374fc677300b0bd9657862 /bin/chef-zero | |
parent | e0314cbbfff964411e3ce063983e81b2d5e1e1eb (diff) | |
download | chef-zero-b6dd46e054c06a163aba534906806caf5bad104b.tar.gz |
Whoops - forgot one
Diffstat (limited to 'bin/chef-zero')
-rwxr-xr-x | bin/chef-zero | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chef-zero b/bin/chef-zero index b4f7d69..b6b8a97 100755 --- a/bin/chef-zero +++ b/bin/chef-zero @@ -40,4 +40,4 @@ OptionParser.new do |opts| end.parse! server = ChefZero::Server.new(options) -server.start(publish: true) +server.start(:publish => true) |