1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-07 16:58:18 +03:00

feature : Fix typo

This commit is contained in:
Ruben S. Montero 2014-09-06 22:44:07 +02:00
parent 289a84950d
commit 0662e5106d

@ -163,7 +163,6 @@ class OneUserHelper < OpenNebulaHelper::OneHelper
#-----------------------------------------------------------------------
if File.file?(ONE_AUTH) && !options[:force]
return -1, "File #{ONE_AUTH} exists, use --force to overwirte"
end
end
#-----------------------------------------------------------------------