Add missing param

This commit is contained in:
Brian Cain 2018-03-28 15:38:08 -07:00
parent 1462b3f718
commit 0e5cd900f8
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ module Vagrant
# Fires off all triggers in the given array
#
# @param [Array] triggers An array of triggers to be fired
def fire(triggers)
def fire(triggers, guest_name)
# ensure on_error is respected by exiting or continuing
triggers.each do |trigger|