Skip to content

Commit

Permalink
Update build script box file name for virtualbox to match the new "vi…
Browse files Browse the repository at this point in the history
…rtualbox-iso" builder name.
  • Loading branch information
ChrisLoer committed Apr 3, 2014
1 parent 737bd49 commit 67cdf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ shift $(($OPTIND - 1))
BUILDER=$1
case "$BUILDER" in
virtualbox-iso)
VAGRANT_BOX_FILE="./packer_virtualbox_virtualbox.box"
VAGRANT_BOX_FILE="./packer_virtualbox-iso_virtualbox.box"
;;
digitalocean)
VAGRANT_BOX_FILE="./packer_digitalocean_digitalocean.box"
Expand Down

0 comments on commit 67cdf8d

Please sign in to comment.