From f38f972b898686d148b46f1bfc2066baf9f1ca93 Mon Sep 17 00:00:00 2001 From: davor Date: Tue, 14 Aug 2012 17:33:42 +0200 Subject: Typo. --- bin/task-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/task-install b/bin/task-install index 4068c1c..866406f 100755 --- a/bin/task-install +++ b/bin/task-install @@ -54,7 +54,7 @@ install_with_bundler # config [ -f $OT_CONFIG_DIR/config/$SELF.rb ] || touch $OT_CONFIG_DIR/config/$SELF.rb -if ! cat "$OT_DEFAULT_CONFIG" | grep "$SELF">/dev/null 2>&1; then echo '$task = { :uri => "http://localhost:8086/task" }' >> $OT_DEFAULT_CONFIG; fi +if ! cat "$OT_DEFAULT_CONF" | grep "$SELF">/dev/null 2>&1; then echo '$task = { :uri => "http://localhost:8086/task" }' >> $OT_DEFAULT_CONF; fi echo -- cgit v1.2.3