summaryrefslogtreecommitdiff
path: root/lib/chef/provider/script.rb
diff options
context:
space:
mode:
authoradamedx <admed@opscode.com>2013-01-26 22:15:02 -0800
committeradamedx <adamed@opscode.com>2013-02-19 09:32:06 -0800
commita3f5ab6223e1b108dbbf464dcafd15f1872d017f (patch)
tree0ea6bfee58ef2dddf73d7bbc5aa5596485070477 /lib/chef/provider/script.rb
parent63d34bb7887606ee5d55ad70264ff14a90aa3f09 (diff)
downloadchef-a3f5ab6223e1b108dbbf464dcafd15f1872d017f.tar.gz
OC-4739: OC-4748: Refactor tests to share examples across batch and powershell resource specs
Diffstat (limited to 'lib/chef/provider/script.rb')
-rw-r--r--lib/chef/provider/script.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/script.rb b/lib/chef/provider/script.rb
index 5c3d2ebb33..4d405e59f1 100644
--- a/lib/chef/provider/script.rb
+++ b/lib/chef/provider/script.rb
@@ -63,7 +63,7 @@ class Chef
protected
def interpreter_script_path
- @script_file.path
+ script_file.path
end
end