summaryrefslogtreecommitdiff
path: root/spec/unit/knife/cookbook_site_install_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/knife/cookbook_site_install_spec.rb')
-rw-r--r--spec/unit/knife/cookbook_site_install_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/knife/cookbook_site_install_spec.rb b/spec/unit/knife/cookbook_site_install_spec.rb
index 43afe09f5e..f7d7a397e6 100644
--- a/spec/unit/knife/cookbook_site_install_spec.rb
+++ b/spec/unit/knife/cookbook_site_install_spec.rb
@@ -25,7 +25,7 @@ describe Chef::Knife::CookbookSiteInstall do
@knife.config = {}
if Chef::Platform.windows?
@install_path = 'C:/tmp/chef'
- else
+ else
@install_path = '/var/tmp/chef'
end
@knife.config[:cookbook_path] = [ @install_path ]