summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-01-23 14:55:35 -0800
committerGitHub <noreply@github.com>2019-01-23 14:55:35 -0800
commit6f93f30297ae0294f77a8feb6293b8a38eaa6a59 (patch)
tree9225238366bc610ae5afd4a6a2b610772a18eb08
parent059c585fb61041c7d23a748454c7fb997dfc4584 (diff)
parentc1b66d09f74576786e340c2be8cfb82b96adbde9 (diff)
downloadchef-6f93f30297ae0294f77a8feb6293b8a38eaa6a59.tar.gz
Merge pull request #8132 from MsysTechnologiesllc/Kapil/MSYS-957_Property_deprecations_are_broken_in_Chef_13
Fix for Property deprecations are broken in Chef 13
-rw-r--r--lib/chef/deprecated.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/deprecated.rb b/lib/chef/deprecated.rb
index 792df69f71..aafc99326f 100644
--- a/lib/chef/deprecated.rb
+++ b/lib/chef/deprecated.rb
@@ -285,6 +285,10 @@ class Chef
def inspect
"#{message}\n#{location}"
end
+
+ def target
+ "property.html"
+ end
end
class Generic < Base