diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-12-12 16:22:35 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-12-12 16:22:35 +0000 |
commit | 6652663b5f5a2abee0f0493e211baede15f662ba (patch) | |
tree | bf0445a490aa08e53c9aec761a83f16a8a637ec5 /bin/site-specific-install.sh | |
parent | 6257b1c812159b75b72ed46e46d3accdc79fa9ff (diff) |
Version 1.5.1.v1.5.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 2b1c496fe..774f90b15 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:-v1.5} +VERSION=${VERSION_OVERRIDE:-v1.5.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |