mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
L #-: Fix literal string cop warning
This commit is contained in:
parent
d87838704a
commit
a321aff1c4
@ -71,7 +71,7 @@ begin
|
||||
last_action = vm['HISTORY_RECORDS/HISTORY[last()]/ACTION']
|
||||
last_action_str = OpenNebula::VirtualMachine.get_history_action(last_action)
|
||||
|
||||
exit 0 if last_action_str == "stop"
|
||||
exit 0 if last_action_str == 'stop'
|
||||
|
||||
src_ds = vm.retrieve_elements('HISTORY_RECORDS/HISTORY/DS_ID')[-2]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user