From da4bce0c899fc766c83264f3ec1ae70a68ef8e67 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 14 May 2025 15:02:40 +0200 Subject: [PATCH] Fixed typo Signed-off-by: snipe --- snipeit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipeit.sh b/snipeit.sh index 2cc9c17099..b413050de6 100755 --- a/snipeit.sh +++ b/snipeit.sh @@ -218,7 +218,7 @@ install_composer () { fi if [ "$EXPECTED_SIGNATURE" != "$ACTUAL_SIGNATURE" ]; then - >?&2 echo 'ERROR: Invalid composer installer signature' + >&2 echo 'ERROR: Invalid composer installer signature' exit 1 fi