summaryrefslogtreecommitdiff
path: root/lib/chef/knife/core/cookbook_scm_repo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/core/cookbook_scm_repo.rb')
-rw-r--r--lib/chef/knife/core/cookbook_scm_repo.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/chef/knife/core/cookbook_scm_repo.rb b/lib/chef/knife/core/cookbook_scm_repo.rb
index 31654d2954..e875eb5675 100644
--- a/lib/chef/knife/core/cookbook_scm_repo.rb
+++ b/lib/chef/knife/core/cookbook_scm_repo.rb
@@ -26,10 +26,7 @@ class Chef
include Chef::Mixin::ShellOut
- attr_reader :repo_path
- attr_reader :default_branch
- attr_reader :use_current_branch
- attr_reader :ui
+ attr_reader :repo_path, :default_branch, :use_current_branch, :ui
def initialize(repo_path, ui, opts = {})
@repo_path = repo_path