Update params for NoStageGiven error

This commit is contained in:
Brian Cain 2018-03-29 10:54:49 -07:00
parent bbf4e3c521
commit 93af398f9e
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,10 @@ module Vagrant
# raise error, stage was not given
# This is an internal error
# TODO: Make sure this error exist
raise Errors::Triggers::NoStageGiven
raise Errors::Triggers::NoStageGiven,
action: action,
stage: stage,
guest_name: guest_name
end
triggers = filter_triggers(triggers, guest_name)