aboutsummaryrefslogtreecommitdiffstats
path: root/script/request-creation-graph
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-06-16 10:30:46 +0100
committerGareth Rees <gareth@mysociety.org>2014-06-16 10:30:46 +0100
commitd5812d4f687c1dbe5513fde85969eecb0a87a9b8 (patch)
treead940008d4fea55aa8bc54e466ddd1193e188923 /script/request-creation-graph
parent170b2508e9e07e4b430d25c6f4d7ae3930caa07d (diff)
parent42870985da06418461c847563fa860c11b4094a1 (diff)
Merge branch 'replace-xxx-todo' into rails-3-develop
Diffstat (limited to 'script/request-creation-graph')
-rwxr-xr-xscript/request-creation-graph2
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`