Merge branch 'onos-tutorial' of ssh://gerrit.onlab.us:29418/ONOS-VM into onos-tutorial
diff --git a/onos-build-vm.py b/onos-build-vm.py
index dd1485e..4d3aebe 100755
--- a/onos-build-vm.py
+++ b/onos-build-vm.py
@@ -32,7 +32,7 @@
     
     vm.sendline('sudo su - tutorial1')
     vm.expect(prompt, timeout=20) 
-    vm.sendline( 'git clone https://gerrit.onosproject.org/onos-next/' )
+    vm.sendline( 'git clone https://gerrit.onosproject.org/onos' )
     vm.expect("Username for 'https://gerrit.onosproject.org':", timeout=30)
     vm.sendline('vm')
     vm.expect("Password for 'https://vm@gerrit.onosproject.org':", timeout=30)