]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
updates vagrant script path
authorJack Humbert <jack.humb@gmail.com>
Sat, 4 Jun 2016 17:24:25 +0000 (13:24 -0400)
committerJack Humbert <jack.humb@gmail.com>
Sat, 4 Jun 2016 17:24:25 +0000 (13:24 -0400)
Vagrantfile

index 1abe8ff3b1dd43236ff4398818d1c37aa4e2bfa4..49163aea8ee0f03c403f561e0e71b4810651aef2 100644 (file)
@@ -68,7 +68,7 @@ Vagrant.configure(2) do |config|
   # add a # before ,args: and run 'vagrant up' to get a working\r
   # non-updated box and then attempt to troubleshoot or open a Github issue \r
   \r
-  config.vm.provision "shell", run: "always", path: "avr_setup.sh", args: "-update"\r
+  config.vm.provision "shell", run: "always", path: "util/avr_setup.sh", args: "-update"\r
 \r
   config.vm.post_up_message = """\r
   Log into the VM using 'vagrant ssh' on OSX or from Git Bash (Win)\r