diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-07-26 23:50:10 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-07-26 23:51:35 +0100 |
commit | e7c62cbd10d8d751b816517939ccf466f5e804dd (patch) | |
tree | bdeedb72a01eadcd517fb379f6f3e705d9f2dc5f /bin | |
parent | 378b3e2f2796fb57d9e58b25b8a818ee8ce8c092 (diff) |
Update to v1.2.2.v1.2.2
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 bd435d8d7..7b841dd64 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.1 +VERSION=v1.2.2 PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |