diff options
author | Vasu1105 <vasundhara.jagdale@msystechnologies.com> | 2019-12-03 18:18:11 +0530 |
---|---|---|
committer | Vasu1105 <vasundhara.jagdale@msystechnologies.com> | 2019-12-16 12:33:57 +0530 |
commit | 3794b5ffb2ecd73995b551f26703b2527eabba13 (patch) | |
tree | dad5f0caf957e9bcb1a5fa8a35b28e094ef9e3d0 /lib/chef/knife | |
parent | 1d320c4b4999d08717727650161d77315ef76d41 (diff) | |
download | chef-3794b5ffb2ecd73995b551f26703b2527eabba13.tar.gz |
Fixed chefstyle
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
Diffstat (limited to 'lib/chef/knife')
-rw-r--r-- | lib/chef/knife/cookbook_upload.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife/cookbook_upload.rb b/lib/chef/knife/cookbook_upload.rb index 9f255bf2cc..aa6be3f1a1 100644 --- a/lib/chef/knife/cookbook_upload.rb +++ b/lib/chef/knife/cookbook_upload.rb @@ -22,7 +22,6 @@ require_relative "../knife" require_relative "../cookbook_uploader" require_relative "../mixin/file_class" - class Chef class Knife class CookbookUpload < Knife |