Skip to content

Commit

Permalink
updates vagrant script path
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Jun 4, 2016
1 parent 8ca1831 commit b46f343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Vagrant.configure(2) do |config|
# add a # before ,args: and run 'vagrant up' to get a working
# non-updated box and then attempt to troubleshoot or open a Github issue

config.vm.provision "shell", run: "always", path: "avr_setup.sh", args: "-update"
config.vm.provision "shell", run: "always", path: "util/avr_setup.sh", args: "-update"

config.vm.post_up_message = """
Log into the VM using 'vagrant ssh' on OSX or from Git Bash (Win)
Expand Down

0 comments on commit b46f343

Please sign in to comment.