Fix newlines in async script

pull/6700/head
Juliusz Sosinowicz 2023-08-18 17:23:49 +02:00
parent 5624b6e9d2
commit 9ca1738b7a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ set -e
if [ -d ./async ];
then
echo "\n\nUsing existing async repo\n\n"
echo "Using existing async repo"
else
# make a clone of the wolfAsyncCrypt repository
git clone --depth 1 $ASYNC_REPO async