diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-07-09 10:42:25 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-07-09 10:42:25 +0100 |
commit | 86ed8c1f48b02b1653d47598e2355ab4535404ca (patch) | |
tree | be9fb1a2a8a1350119f2f9d39519fe8972350d50 | |
parent | 5559dc28c62bcccb320b784e3e568ec0b92c7769 (diff) |
Update github link to current location.
-rwxr-xr-x | conf/Vagrantfile.example | 2 |
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 "****************" |