action: Keep old behavior of erroring on vagrant ssh -c
instead of just showing a message
This commit is contained in:
parent
bfb9b6be73
commit
dfd93d087c
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ module Vagrant
|
|||
|
||||
b2.use Builtin::Call, Builtin::IsState, :running do |env1, b3|
|
||||
if !env1[:result]
|
||||
b3.use Builtin::Message, I18n.t("vagrant_lxc.messages.not_running")
|
||||
raise Vagrant::Errors::VMNotRunningError
|
||||
next
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue