1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Fix typo in onetemplate description

This commit is contained in:
Daniel Molina 2011-06-17 12:51:28 +02:00
parent 17ad24169e
commit 19485e82a8

View File

@ -115,7 +115,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
instantiated by other Users in the Template's group
EOT
command :publish, pusblish_desc, [:range,:templateid_list] do
command :publish, publish_desc, [:range,:templateid_list] do
helper.perform_actions(args[0],options,"published") do |t|
t.publish
end