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

feature #2796: Fix typo

This commit is contained in:
Ruben S. Montero 2014-09-06 22:44:07 +02:00
parent 0f44677325
commit 71df368b6d

View File

@ -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
#-----------------------------------------------------------------------