aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rwxr-xr-xconf/Vagrantfile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/Vagrantfile.example b/conf/Vagrantfile.example
index 98b77dcc4..3bcb288a9 100755
--- a/conf/Vagrantfile.example
+++ b/conf/Vagrantfile.example
@@ -36,7 +36,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# We need curl to fetch the install script
apt-get update -qq
apt-get install -qq -y curl >/dev/null
- curl -s -O https://raw.github.com/mysociety/commonlib/master/bin/install-site.sh
+ curl -s -O https://raw.githubusercontent.com/mysociety/commonlib/master/bin/install-site.sh
sh install-site.sh --dev fixmystreet vagrant 127.0.0.1.xip.io
# All done
echo "****************"