summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprovisioning/build-hackday-box.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/provisioning/build-hackday-box.sh b/provisioning/build-hackday-box.sh
index f4f098be..858fc40b 100755
--- a/provisioning/build-hackday-box.sh
+++ b/provisioning/build-hackday-box.sh
@@ -31,7 +31,7 @@ rm "$USER_AGENT_DIR/$PACKAGE_FILE"
# build from scratch
vagrant up source && \
-vagrant package --output "$USER_AGENT_DIR/$PACKAGE_FILE" && \
+vagrant package --output="$USER_AGENT_DIR/$PACKAGE_FILE" && \
vagrant box add $BOX_NAME $PACKAGE_FILE
SUCCESS=$?