Skip to content

Commit dcc9a3a

Browse files
committed
Update Vagrantfile
Renamed bootstrap.sh to pg_config.sh
1 parent 333d271 commit dcc9a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
66

77
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
88

9-
config.vm.provision :shell, path: "bootstrap.sh"
9+
config.vm.provision :shell, path: "pg_config.sh"
1010
config.vm.box = "ubuntu/trusty32"
1111
config.vm.network "forwarded_port", guest: 5000, host: 5000
1212

0 commit comments

Comments
 (0)