error
diff --git a/onos-build-vm.py b/onos-build-vm.py
index 719a390..4c20e98 100755
--- a/onos-build-vm.py
+++ b/onos-build-vm.py
@@ -26,7 +26,7 @@
# start with sendline
#TODO consider resizing the HDD
url = 'https://gerrit.onosproject.org/gitweb?p=onos-vm.git;a=blob_plain;hb=refs/heads/new-onos-tutorial;f=vm-setup-lxc.sh'
- vm.sendline( ' wget -O vm-setup.sh "%s" | bash' % url ) # space prefix is used to avoid entry in history
+ vm.sendline( ' wget -O vm-setup-lxc.sh "%s" | bash' % url ) # space prefix is used to avoid entry in history
vm.expect( prompt, timeout=20 )
vm.sendline( 'bash vm-setup-lxc.sh' )
vm.expect( prompt, timeout=3600 )