summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/application.rb')
-rw-r--r--lib/puppet/application.rb2
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