summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorDeWaRs1206 <e.emmanuel@sap.com>2015-06-29 12:57:56 +0200
committerDeWaRs1206 <e.emmanuel@sap.com>2015-06-29 12:57:56 +0200
commit8877383448a303b2159ce0ce7cf5e87e4eb81c49 (patch)
treeb6541714989c3cbc58ec0bd7ffa8a5dd800407d0 /lib/chef
parent0968e5a988237d51eaeecc9aa36263bb344204de (diff)
downloadchef-8877383448a303b2159ce0ce7cf5e87e4eb81c49.tar.gz
fix typo
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/application/solo.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb
index f82f727f99..5bb2a1ceb0 100644
--- a/lib/chef/application/solo.rb
+++ b/lib/chef/application/solo.rb
@@ -215,7 +215,6 @@ class Chef::Application::Solo < Chef::Application
tarball_path = File.join(recipes_path, 'recipes.tgz')
fetch_recipe_tarball(Chef::Config[:recipe_url], tarball_path)
Mixlib::ShellOut.new("tar zxvf #{tarball_path} -C #{recipes_path}").run_command
- #tarcommand.run_command
end
# json_attribs shuld be fetched after recipe_url tarball is unpacked.