diff options
author | Struan Donald <struan@exo.org.uk> | 2012-01-10 09:55:57 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-01-10 09:55:57 +0000 |
commit | 7420afcd206a0e1454ce454078d8a76849207ec0 (patch) | |
tree | 95a77b4a9bf5511356fc1696746777ea1c0e7ea7 /bin/problem-creation-graph | |
parent | b913597550b962db73715709dcd6fa1b274eb625 (diff) |
BCI -> FMS
Diffstat (limited to 'bin/problem-creation-graph')
-rwxr-xr-x | bin/problem-creation-graph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/problem-creation-graph b/bin/problem-creation-graph index 0c41581e8..2728704e7 100755 --- a/bin/problem-creation-graph +++ b/bin/problem-creation-graph @@ -20,7 +20,7 @@ source fixmystreet/commonlib/shlib/deployfns read_conf fixmystreet/conf/general.yml -if [ $OPTION_BASE_URL = "http://reportemptyhomes.com" ]; then +if [ $BASE_URL = "http://reportemptyhomes.com" ]; then DATE="2008-10-01" else DATE="2007-02-01" |