diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-05-06 21:35:41 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-05-06 21:35:41 +0100 |
commit | 2773c60226b9370fe8ee00f7b205b571bb87c3b5 (patch) | |
tree | 1773c3db83cd441a6cfdc081a086b196cc5a8aee /bin/site-specific-install.sh | |
parent | 804e6683ee55c958678e2e3627467042e6c329bf (diff) | |
parent | 7123594ac13e6a0f232d0074dbbe7b2c91389aa8 (diff) |
Merge branch 'version-3.0.1'v3.0.1
Diffstat (limited to 'bin/site-specific-install.sh')
-rw-r--r-- | bin/site-specific-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 20e0eb813..af52dbdbc 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:-v3.0} +VERSION=${VERSION_OVERRIDE:-v3.0.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |