Skip to content

Commit

Permalink
move scripts back to base
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlynn committed Jan 6, 2017
1 parent f6ce1a6 commit e2dfa0a
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 @@ -19,7 +19,7 @@ Vagrant.configure("2") do |config|
end
server.vm.hostname = "meanmart.mongodb.local"
server.vm.network :private_network, ip: "192.168.14.200"
server.vm.provision :shell, path: "scripts/provision-vagrant.sh", args: ENV['ARGS']
server.vm.provision :shell, path: "provision-vagrant.sh", args: ENV['ARGS']

end
end

0 comments on commit e2dfa0a

Please sign in to comment.