[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:33:45 UTC 2010
The following commit has been merged in the upstream branch:
commit b65d1af8bb9e99128b0362ac0a4dab79aa3d4507
Author: Jesse Wolfe <jes5199 at gmail.com>
Date: Fri Apr 30 16:39:08 2010 -0700
Feature #2276 Single Executable: usage message
The usage message should show the single-executable variant of commands.
Signed-off-by: Jesse Wolfe <jes5199 at gmail.com>
diff --git a/lib/puppet/application.rb b/lib/puppet/application.rb
index 550e4be..1ba9866 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
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list