Skip to content

Commit

Permalink
Fix url in install message.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed May 5, 2011
1 parent 14bf7e8 commit fe58e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh 100755 → 100644
Expand Up @@ -41,4 +41,4 @@ for f in $(ls $base_dir); do
curl -X PUT -H"Content-Type: $content_type" $riak_url/$f --data-binary @$base_dir/$f
done

echo "Installed, now visit: http://$riak_url/go"
echo "Installed, now visit: $riak_url/go"

0 comments on commit fe58e0b

Please sign in to comment.