diff options
author | nimisha <nimisha.sharad@msystechnologies.com> | 2017-02-24 18:46:51 +0530 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2017-09-05 20:09:30 -0400 |
commit | 24de354c67305563f677080c03b8892c4a9e0fb1 (patch) | |
tree | 9e3657586d78f843aa3e139ecccba9d67e72efaf /lib/chef/provider/remote_file.rb | |
parent | 35f4cafac60770b59853d7e12b418f1971d234db (diff) | |
download | chef-24de354c67305563f677080c03b8892c4a9e0fb1.tar.gz |
Fixing specs
Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
Diffstat (limited to 'lib/chef/provider/remote_file.rb')
-rw-r--r-- | lib/chef/provider/remote_file.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/provider/remote_file.rb b/lib/chef/provider/remote_file.rb index c692984bc0..d2de3d0b5f 100644 --- a/lib/chef/provider/remote_file.rb +++ b/lib/chef/provider/remote_file.rb @@ -44,6 +44,8 @@ class Chef a.whyrun("Assuming that the platform is Windows while passing 'remote_user', 'remote_domain' and 'remote_password' properties") end end + + super end def load_current_resource |