summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-14 17:33:42 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-14 17:33:42 +0200
commitf38f972b898686d148b46f1bfc2066baf9f1ca93 (patch)
tree669089dcd17b4d54554cfa8bfea1e922ff182044
parent4d433ad4764f4d140ef4b8eac4111771f08dea58 (diff)
Typo.
-rwxr-xr-xbin/task-install2
1 files changed, 1 insertions, 1 deletions
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