From 0a63b86474497d4930227ecff379972c3d06504d Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 27 Jun 2022 13:06:09 +0200 Subject: [PATCH] minor rewording of an error message --- scripts/setup_project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_project.sh b/scripts/setup_project.sh index fdb5695..763f7f7 100755 --- a/scripts/setup_project.sh +++ b/scripts/setup_project.sh @@ -24,7 +24,7 @@ else USE_WGET=no echo "curl" else - echo "Neither wget nor curl found. Aborting." + echo "Found neither wget nor curl. Aborting." exit 1 fi fi