summaryrefslogtreecommitdiff
path: root/chef/lib/chef/application
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2011-12-08 08:21:47 -0800
committerBryan McLellan <btm@opscode.com>2011-12-08 08:21:47 -0800
commitfe1aaa9169475e003e8b4346b19d6b331d6981fa (patch)
treefd16272983352cc8b697d41c79e57c6a1887cd87 /chef/lib/chef/application
parent6d4d8d8040cf99046e36af671c4011e2310611bf (diff)
downloadchef-fe1aaa9169475e003e8b4346b19d6b331d6981fa.tar.gz
CHEF-2317: fix mispelling of chef-solo configuration file as solor.rb
Diffstat (limited to 'chef/lib/chef/application')
-rw-r--r--chef/lib/chef/application/solo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/application/solo.rb b/chef/lib/chef/application/solo.rb
index a1c8d9ae5e..4e940c321f 100644
--- a/chef/lib/chef/application/solo.rb
+++ b/chef/lib/chef/application/solo.rb
@@ -31,7 +31,7 @@ class Chef::Application::Solo < Chef::Application
option :config_file,
:short => "-c CONFIG",
:long => "--config CONFIG",
- :default => Chef::Config.platform_specfic_path('/etc/chef/solor.rb'),
+ :default => Chef::Config.platform_specfic_path('/etc/chef/solo.rb'),
:description => "The configuration file to use"
option :log_level,