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

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

(cherry picked from commit d7af9c0d7f05d6a1bea62939f4c857bc2883116a)
This commit is contained in:
Jan Orel 2022-03-03 12:29:14 +01:00 committed by Ruben S. Montero
parent 720ded5717
commit cc8842aa17
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

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