Typo
This commit is contained in:
parent
9e713aa73b
commit
d9841880c0
|
@ -28,7 +28,7 @@ module Hobo
|
||||||
def suspend
|
def suspend
|
||||||
Env.require_persisted_vm
|
Env.require_persisted_vm
|
||||||
error_and_exit(<<-error) if Env.persisted_vm.saved?
|
error_and_exit(<<-error) if Env.persisted_vm.saved?
|
||||||
The hobo virtual environment you are trying to reume is already in a
|
The hobo virtual environment you are trying to resume is already in a
|
||||||
suspended state.
|
suspended state.
|
||||||
error
|
error
|
||||||
Env.persisted_vm.save_state(true)
|
Env.persisted_vm.save_state(true)
|
||||||
|
|
Loading…
Reference in New Issue