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

M #-: fix typo (#4456)

This commit is contained in:
Alejandro Huertas Herrero 2020-03-31 15:15:45 +02:00 committed by GitHub
parent 8ffe1ad171
commit 4356a9baf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -487,7 +487,7 @@ CommandParser::CmdParser.new(ARGV) do
mysql = OneDB.new(options)
mysql.sqlite2mysql(options, sqlite)
rescue StdandardError => e
rescue StandardError => e
[-1, e.message]
end
end