diff options
author | Sergey Sergeev <zhirafovod@gmail.com> | 2014-05-12 13:31:39 -0700 |
---|---|---|
committer | Bryan McLellan <btm@getchef.com> | 2014-06-10 09:05:39 -0700 |
commit | 96a163bf0e5955f983c6b2b9d50f550c17c22876 (patch) | |
tree | 12fa0c41c25ef2722c91d78863695925d84f5947 /lib | |
parent | 81e60c0f6278811f7f789bf151a9c048af4efd7c (diff) | |
download | chef-96a163bf0e5955f983c6b2b9d50f550c17c22876.tar.gz |
clean up unnecessary sensitive attribute from failure inspector
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/formatters/error_inspectors/resource_failure_inspector.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb b/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb index 214e8989cb..48572d909b 100644 --- a/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb +++ b/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb @@ -25,7 +25,6 @@ class Chef attr_reader :resource attr_reader :action attr_reader :exception - attr_reader :sensitive def initialize(resource, action, exception) @resource = resource |