summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authornimisha <nimisha.sharad@clogeny.com>2017-07-31 18:42:50 +0530
committernimisha <nimisha.sharad@clogeny.com>2017-08-16 14:49:02 +0530
commit68a3098e04b6f9a79ded4b555d81ae9fbac6c176 (patch)
treea12cc04e6d78b92ed7309e08135fb4cdb4d94979 /lib/chef/resource
parentb8c447a3f7e821773dfec4bc443e344c05d906a0 (diff)
downloadchef-68a3098e04b6f9a79ded4b555d81ae9fbac6c176.tar.gz
Fixed specs
Signed-off-by: nimisha <nimisha.sharad@clogeny.com>
Diffstat (limited to 'lib/chef/resource')
-rw-r--r--lib/chef/resource/windows_path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_path.rb b/lib/chef/resource/windows_path.rb
index fb47ec6791..5472a7e4fd 100644
--- a/lib/chef/resource/windows_path.rb
+++ b/lib/chef/resource/windows_path.rb
@@ -30,7 +30,7 @@ class Chef
def initialize(name, run_context = nil)
super
@resource_name = :windows_path
- @task_name = name
+ @path = name
@provider = Chef::Provider::WindowsPath
@action = :add
end