From 2c1f422da69d38b8272054ccf33d6d256eadc833 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sun, 1 Nov 2020 09:36:48 -0800 Subject: [PATCH] Update build_machine_bootstrap.sh --- ci/build_machine_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_machine_bootstrap.sh b/ci/build_machine_bootstrap.sh index 71408d5e6..5dfbf0258 100755 --- a/ci/build_machine_bootstrap.sh +++ b/ci/build_machine_bootstrap.sh @@ -119,7 +119,7 @@ vagrant_up_host() { HOST="$1" (echo >&2 "Attempting to bring up the $HOST host using Vagrant") cd "$DL_DIR"/Vagrant || exit 1 - $(which vagrant) up "$HOST" --provider="$PROVIDER" &> "$DL_DIR/Vagrant/vagrant_up_$HOST.log" + $(which vagrant) up "$HOST" &> "$DL_DIR/Vagrant/vagrant_up_$HOST.log" echo "$?" }