summaryrefslogtreecommitdiff
path: root/lib/chef/resource/route.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/route.rb')
-rw-r--r--lib/chef/resource/route.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/route.rb b/lib/chef/resource/route.rb
index 8f9172060b..4baa95b4dd 100644
--- a/lib/chef/resource/route.rb
+++ b/lib/chef/resource/route.rb
@@ -30,7 +30,6 @@ class Chef
def initialize(name, run_context=nil)
super
- @resource_name = :route
@target = name
@action = [:add]
@allowed_actions.push(:add, :delete)