summaryrefslogtreecommitdiff
path: root/lib/chef/knife/supermarket_install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/supermarket_install.rb')
-rw-r--r--lib/chef/knife/supermarket_install.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/knife/supermarket_install.rb b/lib/chef/knife/supermarket_install.rb
index a3d3aa7a5d..719164ffe6 100644
--- a/lib/chef/knife/supermarket_install.rb
+++ b/lib/chef/knife/supermarket_install.rb
@@ -65,8 +65,7 @@ class Chef
description: "The URL of the Supermarket site.",
default: "https://supermarket.chef.io"
- attr_reader :cookbook_name
- attr_reader :vendor_path
+ attr_reader :cookbook_name, :vendor_path
def run
if config[:cookbook_path]