diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-16 13:46:22 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-16 13:46:22 +0100 |
commit | 04145fbe231cdbbc88b9172dad1ae3d1ddfb65cc (patch) | |
tree | 0516d6a792f4f0174e673579e2bf01bb4f8242bb /script/request-creation-graph | |
parent | 6c89d63b6eebe33401efbf376e3884c61fb92d26 (diff) | |
parent | 7bf6cbe307d3fd99680c084025240ed504e37297 (diff) |
Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
Diffstat (limited to 'script/request-creation-graph')
-rwxr-xr-x | script/request-creation-graph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/request-creation-graph b/script/request-creation-graph index ef1d2cf73..7d347a7d2 100755 --- a/script/request-creation-graph +++ b/script/request-creation-graph @@ -17,7 +17,7 @@ cd `dirname $0` cd ../ source commonlib/shlib/deployfns -# XXX this is nasty :) +# TODO: this is nasty :) OPTION_FOI_DB_HOST=`grep "host:" config/database.yml | head --lines=1 | cut -d ":" -f 2` OPTION_FOI_DB_PORT=`grep "port:" config/database.yml | head --lines=1 | cut -d ":" -f 2` OPTION_FOI_DB_NAME=`grep "database:" config/database.yml | head --lines=1 | cut -d ":" -f 2` |