diff options
author | Struan Donald <struan@exo.org.uk> | 2012-01-10 09:38:24 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-01-10 09:38:24 +0000 |
commit | cae6d5f26a53d793feeb14f5b6323a623a8250d2 (patch) | |
tree | 6e0f6632af0cefdb41d431d5d37d2819f135343e /bin/problem-creation-graph | |
parent | 1f3f30fa644622e9701cdbad98c88ed6eb567c97 (diff) |
use yaml conf for graph generation scripts
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 6d34d3b49..95ed7bca8 100755 --- a/bin/problem-creation-graph +++ b/bin/problem-creation-graph @@ -18,7 +18,7 @@ cd `dirname $0` cd ../../ source fixmystreet/commonlib/shlib/deployfns -read_conf fixmystreet/conf/general +read_conf fixmystreet/conf/general.yml if [ $OPTION_BASE_URL = "http://reportemptyhomes.com" ]; then DATE="2008-10-01" |