Skip to content

Commit 0ff5ce6

Browse files
committed
Split out the VM name
1 parent 4489952 commit 0ff5ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ def cmd_build_vagrant(options, args):
14951495
VMs = options.vagrant_vms.split(',')
14961496

14971497
for vmName in VMs:
1498-
vmDir = opj(phoenixDir(), 'vagrant', vmName)
1498+
vmDir = opj(phoenixDir(), 'vagrant', vmName.split()[0])
14991499
pwd = pushDir(vmDir)
15001500
msg('Starting Vagrant VM in {}'.format(vmDir))
15011501
runcmd('vagrant up')

0 commit comments

Comments
 (0)