summaryrefslogtreecommitdiff
path: root/lib/chef/shell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/shell.rb')
-rw-r--r--lib/chef/shell.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/shell.rb b/lib/chef/shell.rb
index fbee4c093b..e7d591d695 100644
--- a/lib/chef/shell.rb
+++ b/lib/chef/shell.rb
@@ -42,8 +42,8 @@ module Shell
LEADERS[Chef::Node] = ":attributes"
class << self
- attr_accessor :options
- attr_accessor :env
+ attr_accessor :options, :env
+
attr_writer :editor
end