Skip to content

Commit

Permalink
Correcting default for --log-file option
Browse files Browse the repository at this point in the history
  • Loading branch information
temujin9 committed Aug 31, 2012
1 parent 8e4b678 commit 2a76a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chef/knife/cluster_kick.rb
Expand Up @@ -44,8 +44,8 @@ class ClusterKick < Chef::Knife::ClusterSsh

option :log_file,
:long => "--log_file",
:description => "Where to find the log file. Typically /var/run/chef/client.pid (init.d) or /etc/sv/chef-client/log/main/current (runit)",
:default => "/etc/sv/chef-client/log/main/current"
:description => "Where to find the log file. Typically /var/log/chef/client.log",
:default => "/var/log/chef/client.log"

def run
@name_args = [ @name_args.join('-') ]
Expand Down

0 comments on commit 2a76a55

Please sign in to comment.