summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-14 17:26:35 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-14 17:26:35 +0200
commit320a09a1d8c8a0e2a9efdd5245432d208ce64564 (patch)
tree45aa0105ee8c1c9b51892853103abdd4d8f18902
parentf43a585f32ed6abddda5773748dbe099f9ef91fb (diff)
Typo.
-rwxr-xr-xbin/feature-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/feature-install b/bin/feature-install
index 564b300..9bf4720 100755
--- a/bin/feature-install
+++ b/bin/feature-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 '$feature = { :uri => "http://localhost:8084/feature" }' >> $OT_DEFAULT_CONFIG; fi
+if ! cat "$OT_DEFAULT_CONF" | grep "$SELF">/dev/null 2>&1; then echo '$feature = { :uri => "http://localhost:8084/feature" }' >> $OT_DEFAULT_CONF; fi
echo
echo "Installation finished."