diff options
Diffstat (limited to 'lib/chef/resource/python.rb')
-rw-r--r-- | lib/chef/resource/python.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/python.rb b/lib/chef/resource/python.rb index 2eae2562ba..3e9930ecab 100644 --- a/lib/chef/resource/python.rb +++ b/lib/chef/resource/python.rb @@ -21,7 +21,7 @@ require 'chef/provider/script' class Chef class Resource class Python < Chef::Resource::Script - provides :python + resource_name :python def initialize(name, run_context=nil) super |