From 9ca1738b7aaf783db761409d68ea87df0c0ed675 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Fri, 18 Aug 2023 17:23:49 +0200 Subject: [PATCH] Fix newlines in async script --- async-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-check.sh b/async-check.sh index 206fd4ff6..5a0246940 100755 --- a/async-check.sh +++ b/async-check.sh @@ -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