minor rewording of an error message

BodgeMaster-unfinished
BodgeMaster 2022-06-27 13:06:09 +02:00
parent db7be9b782
commit 0a63b86474
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ else
USE_WGET=no USE_WGET=no
echo "curl" echo "curl"
else else
echo "Neither wget nor curl found. Aborting." echo "Found neither wget nor curl. Aborting."
exit 1 exit 1
fi fi
fi fi