Skip to content

Commit fdb1b30

Browse files
committed
Fix another space-in-path issue in vagrant provisioner
1 parent add5695 commit fdb1b30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/vagrant/provision-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ knife data bag create deis-apps 2>/dev/null
5252

5353
# Boot the deis-controller VM
5454
echo_color "Booting $node_name with 'vagrant up'"
55-
pushd $THIS_DIR/../../
55+
pushd "$THIS_DIR/../../"
5656
vagrant up --provision
5757
if [ $? -gt 0 ]; then
5858
echo_color "Canceling provision because 'vagrant up' failed"

0 commit comments

Comments
 (0)