[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.7-1-98-gf19c0e5
James Turnbull
james at lovedthanlost.net
Wed Apr 8 21:48:23 UTC 2009
The following commit has been merged in the master branch:
commit d0bf26e030bf92e10030176dd13943dd0b2512ef
Author: James Turnbull <james at lovedthanlost.net>
Date: Fri Mar 20 20:37:05 2009 +1100
Fixed install.rb typo
diff --git a/install.rb b/install.rb
index c49b513..975f3db 100755
--- a/install.rb
+++ b/install.rb
@@ -170,7 +170,7 @@ def prepare_installation
opts.on('--[no-]ri', 'Prevents the creation of RI output.', 'Default off on mswin32.') do |onri|
InstallOptions.ri = onri
end
- opts.on('--[no-]man', 'Presents the creation of man pages.', 'Default on.') do |onman|
+ opts.on('--[no-]man', 'Prevents the creation of man pages.', 'Default on.') do |onman|
InstallOptions.man = onman
end
opts.on('--[no-]tests', 'Prevents the execution of unit tests.', 'Default on.') do |ontest|
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list