diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-06-05 10:03:00 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-06-05 10:03:00 +0100 |
commit | 510317a4bedfcabebab7329b0b5c7809a8c5f1c1 (patch) | |
tree | 38cbb26b22574bc199fdb3d6945663cfb52b0d6e /bin | |
parent | a8e7842bd2a2e7f6f25cd947aca5174356d9bfcc (diff) |
Update to v1.2.1.v1.2.1
Diffstat (limited to 'bin')
-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 7c17198b2..bd435d8d7 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=v1.2 +VERSION=v1.2.1 PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |