summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-06-29 10:17:10 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2015-06-29 10:17:10 -0700
commitbdb4f016070f06afd2c15088b4a639413c0a302d (patch)
tree4f76daa4050600f32ebbb29965c23db229781be8 /lib/chef/resource.rb
parentec2998fece4896401e6e90e8818e3e693fe997d0 (diff)
downloadchef-jdm/coderanger-action.tar.gz
Get tests passingjdm/coderanger-action
Diffstat (limited to 'lib/chef/resource.rb')
-rw-r--r--lib/chef/resource.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb
index 0679406175..0240554b3d 100644
--- a/lib/chef/resource.rb
+++ b/lib/chef/resource.rb
@@ -1157,7 +1157,7 @@ class Chef
action = action.to_sym
new_action_provider_class.action(action, &recipe_block)
self.allowed_actions += [ action ]
- default_action action if default_action == :nothing
+ default_action action if default_action == [:nothing]
end
#