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

L #-: adjust tabs

This commit is contained in:
Tino Vazquez 2021-05-27 15:20:29 +02:00
parent a7dc10ac88
commit 54169999e1
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -2419,9 +2419,9 @@ end
# automatically cleans all system snapshots
# https://github.com/OpenNebula/one/issues/5409
if snapshots? || one_snapshots?
error_message = 'Existing sytem snapshots, cannot change disks. '
error_message << 'Please remove all snapshots and try again.'
raise error_message
error_msg = 'Existing sytem snapshots, cannot change disks. '
error_msg << 'Please remove all snapshots and try again.'
raise error_message
end
spec_hash = {}