diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/application.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/application.rb b/lib/puppet/application.rb index 550e4be76..1ba986605 100644 --- a/lib/puppet/application.rb +++ b/lib/puppet/application.rb @@ -25,7 +25,7 @@ require 'optparse' # # # run_command is called to actually run the specified command # def run_command -# send Puppet::Util::CommandLine.args.shift +# send Puppet::Util::CommandLine.new.args.shift # end # # # option uses metaprogramming to create a method |