summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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