Improve build process
[multicloud/k8s.git] / vagrant / Vagrantfile
index 61031bb..7ff18f0 100644 (file)
@@ -109,7 +109,7 @@ Vagrant.configure("2") do |config|
     installer.vm.synced_folder '../', '/root/go/src/k8-plugin-multicloud/', type: sync_type
     installer.vm.provision 'shell' do |sh|
       sh.path =  "installer.sh"
-      sh.args = ['-p', '-v', '-w', '/vagrant']
+      sh.args = ['-p', '-v', '-w', '/root/go/src/k8-plugin-multicloud/vagrant']
     end
   end
 end