Created
February 10, 2014 11:58
-
-
Save ploubser/8914629 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/plugins/mcollective/pluginpackager/ospackage_packager.rb b/plugins/mcollective/pluginpackager/ospackage_packager.rb | |
index f8ae444..5c06a6e 100644 | |
--- a/plugins/mcollective/pluginpackager/ospackage_packager.rb | |
+++ b/plugins/mcollective/pluginpackager/ospackage_packager.rb | |
@@ -37,7 +37,7 @@ module MCollective | |
puts "%30s%s" % ["Plugin Type : ", @package.plugintype.capitalize] | |
puts "%30s%s" % ["Package Output Format : ", @package_type] | |
puts "%30s%s" % ["Version : ", @package.metadata[:version]] | |
- puts "%30s%s" % ["Iteration : ", @package.iteration] | |
+ puts "%30s%s" % ["Revision : ", @package.revision] | |
puts "%30s%s" % ["Vendor : ", @package.vendor] | |
puts "%30s%s" % ["Post Install Script : ", @package.postinstall] if @package.postinstall | |
puts "%30s%s" % ["Author : ", @package.metadata[:author]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment