From e5d0fcbb3e85d44686ed335a878fb241ab932dc7 Mon Sep 17 00:00:00 2001 From: davor Date: Tue, 14 Aug 2012 17:25:14 +0200 Subject: Typo. --- bin/dataset-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dataset-install b/bin/dataset-install index 58c8463..464fec6 100755 --- a/bin/dataset-install +++ b/bin/dataset-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 '$dataset = { :uri => "http://localhost:8083/dataset" }' >> $OT_DEFAULT_CONFIG; fi +if ! cat "$OT_DEFAULT_CONF" | grep "$SELF">/dev/null 2>&1; then echo '$dataset = { :uri => "http://localhost:8083/dataset" }' >> $OT_DEFAULT_CONF; fi echo echo "Installation finished." -- cgit v1.2.3