Skip to content

Commit f92ef74

Browse files
update path to remote package installation script in Vagrantfile (cmu-db#162)
1 parent 5bbfdc1 commit f92ef74

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
@@ -33,7 +33,7 @@ Vagrant.configure(2) do |config|
3333
# Setup environment
3434
config.vm.provision :shell, :inline => "apt-get update"
3535
config.vm.provision "shell" do |s|
36-
s.path = "https://github.com/cmu-db/bustub/raw/vagrant/build_support/packages.sh"
36+
s.path = "https://raw.githubusercontent.com/cmu-db/bustub/master/build_support/packages.sh"
3737
s.args = "-y"
3838
end
3939

0 commit comments

Comments
 (0)