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