Fix Vagrantfile path

This commit is contained in:
Brad Warren 2016-01-13 13:26:36 -08:00
parent a1f6678d61
commit a287b504a5

2
Vagrantfile vendored
View file

@ -7,7 +7,7 @@ VAGRANTFILE_API_VERSION = "2"
# Setup instructions from docs/contributing.rst
$ubuntu_setup_script = <<SETUP_SCRIPT
cd /vagrant
./letsencrypt-auto/letsencrypt-auto --os-packages-only
./letsencrypt-auto-source/letsencrypt-auto --os-packages-only
./bootstrap/dev/venv.sh
SETUP_SCRIPT