Fixed missing end to if

This commit is contained in:
Timothy Messier 2014-04-27 12:36:01 -04:00
parent b93c6df956
commit adeaf29487
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ module VagrantPlugins
if configure && !install
options = "%s -C" % options
end
if @config.install_master
options = "%s -M" % options