summaryrefslogtreecommitdiff
path: root/lib/chef/resource/perl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/perl.rb')
-rw-r--r--lib/chef/resource/perl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/perl.rb b/lib/chef/resource/perl.rb
index 783751aca4..60af0e92da 100644
--- a/lib/chef/resource/perl.rb
+++ b/lib/chef/resource/perl.rb
@@ -22,7 +22,7 @@ require "chef/provider/script"
class Chef
class Resource
class Perl < Chef::Resource::Script
- def initialize(name, run_context=nil)
+ def initialize(name, run_context = nil)
super
@interpreter = "perl"
end