diff options
| author | Bruno Wagner <bwgpro@gmail.com> | 2015-01-23 21:35:05 -0200 |
|---|---|---|
| committer | Bruno Wagner <bwgpro@gmail.com> | 2015-01-23 21:35:05 -0200 |
| commit | 2848914c062589d5f8354753b084ed09062d67ef (patch) | |
| tree | 6ef82e522d3ed473eb1d813e584de5b1a8ea9816 | |
| parent | 41427ff9965f956f7ccfdc4eebca9412f8b40be8 (diff) | |
Changed package command because it was breaking
| -rwxr-xr-x | provisioning/build-hackday-box.sh | 2 |
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=$? |
