summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-14 17:24:17 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-14 17:24:17 +0200
commit04e47fd74e5d6db240bbce1b17e582a27c99619c (patch)
treebb077af73c0dd659fa2e64ba7e21863b14ae8413 /bin
parent8c9853ff75c2fcae1d21e8e3275444931ebffebe (diff)
Typo.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/algorithm-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/algorithm-install b/bin/algorithm-install
index 04387bc..1148aa2 100755
--- a/bin/algorithm-install
+++ b/bin/algorithm-install
@@ -57,7 +57,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 '$algorithm = { :uri => "http://localhost:8081/algorithm" }' >> $OT_DEFAULT_CONFIG; fi
+if ! cat "$OT_DEFAULT_CONF" | grep "$SELF">/dev/null 2>&1; then echo '$algorithm = { :uri => "http://localhost:8081/algorithm" }' >> $OT_DEFAULT_CONF; fi
echo
echo "Installation finished."