summaryrefslogtreecommitdiff
path: root/knife/spec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-26 16:59:46 -0700
committerTim Smith <tsmith@chef.io>2021-07-26 16:59:46 -0700
commitd6f6d3a5930270047b0493d924e9ee738a3d0ec3 (patch)
tree610fc2b59138141253c7ea9889a0acd55722ce65 /knife/spec
parent26f35de452d5aab1f752556b8091a5e9656b5380 (diff)
downloadchef-d6f6d3a5930270047b0493d924e9ee738a3d0ec3.tar.gz
Chefstyle fixes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'knife/spec')
-rw-r--r--knife/spec/integration/cookbook_download_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/spec/integration/cookbook_download_spec.rb b/knife/spec/integration/cookbook_download_spec.rb
index 18b50ef824..589417126c 100644
--- a/knife/spec/integration/cookbook_download_spec.rb
+++ b/knife/spec/integration/cookbook_download_spec.rb
@@ -66,7 +66,7 @@ describe "knife cookbook download", :workstation do
Downloading root_files
Cookbook downloaded to #{tmpdir}/x-1.0.1
EOM
- )
+ )
end
end
end