action: Keep old behavior of erroring on vagrant ssh -c instead of just showing a message

This commit is contained in:
Fabio Rehm 2014-03-13 23:02:18 -03:00
parent bfb9b6be73
commit dfd93d087c

View file

@ -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