Probably breaks everything, lowercase pterodactyl

This commit is contained in:
Dane Everitt
2018-02-20 13:33:32 -06:00
parent 3f07cdb4c0
commit bacdfae768
19 changed files with 124 additions and 69 deletions

2
Vagrantfile vendored
View File

@@ -1,7 +1,7 @@
Vagrant.configure("2") do |cfg|
cfg.vm.box = "ubuntu/xenial64"
cfg.vm.synced_folder "./", "/home/ubuntu/go/src/github.com/Pterodactyl/wings"
cfg.vm.synced_folder "./", "/home/ubuntu/go/src/github.com/pterodactyl/wings"
cfg.vm.provision :shell, path: ".dev/vagrant/provision.sh"