aboutsummaryrefslogtreecommitdiffstats
path: root/bin/site-specific-install.sh
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-07-18 14:03:09 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-07-18 14:03:09 +0100
commit755f0c7ee75fe3092671e9d1f7f46603ccc3bfc5 (patch)
tree0c676e65894ad3764dbc0854687c18209ab15a65 /bin/site-specific-install.sh
parent945ccfb59c24c6cd0091ff7ef2182106a1224c68 (diff)
parent2cd02a034959325bc117db9963602657614929df (diff)
Merge branch 'version-2.1'
Diffstat (limited to 'bin/site-specific-install.sh')
-rw-r--r--bin/site-specific-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index d780b7f94..df1870dae 100644
--- a/bin/site-specific-install.sh
+++ b/bin/site-specific-install.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Set this to the version we want to check out
-VERSION=${VERSION_OVERRIDE:-v2.0.4}
+VERSION=${VERSION_OVERRIDE:-v2.1}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh
@@ -67,5 +67,5 @@ if [ ! "$DEVELOPMENT_INSTALL" = true ]; then
echo Installation complete - you should now be able to view the site at:
echo http://$HOST/
echo Or you can run the tests by switching to the "'$UNIX_USER'" user and
- echo running: $REPOSITORY/bin/run-tests t
+ echo running: $REPOSITORY/script/test
fi