From 2d4e544931e7405d005350755a52ee5f9cc66e9d Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Mon, 23 Apr 2012 18:48:21 +0100 Subject: [PATCH] Don't mention a website which no longer exists. --- bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 448b089dd..31a9ead93 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -293,8 +293,7 @@ if [ "$install_cappuccino" ]; then fi if ! which "narwhal" > /dev/null; then - echo "Problem installing Narwhal. To install Narwhal manually follow the " - echo "instructions at http://narwhaljs.org/." + echo "Problem installing Cappuccino. Review any error messages above and try again." exit 1 fi