summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-05-19 22:22:23 -0500
committerSeth Vargo <sethvargo@gmail.com>2013-05-19 22:22:23 -0500
commitb6dd46e054c06a163aba534906806caf5bad104b (patch)
tree492b428e962ee7c96e374fc677300b0bd9657862 /bin
parente0314cbbfff964411e3ce063983e81b2d5e1e1eb (diff)
downloadchef-zero-b6dd46e054c06a163aba534906806caf5bad104b.tar.gz
Whoops - forgot one
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chef-zero2
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)