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

M #-: Fix exception name typo (#1805)

This commit is contained in:
Jan Orel 2022-03-03 12:29:14 +01:00 committed by GitHub
parent b9e2dcc4eb
commit d7af9c0d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1113,7 +1113,7 @@ module OneProvision
sleep 1
end
raise OneProvisionLoopExeception, 'Timeout expired for deleting' /
raise OneProvisionLoopException, 'Timeout expired for deleting' /
" image #{image['ID']}"
end