From ecb51bce31925f45edcf3c9d8bfa55c83915c5c4 Mon Sep 17 00:00:00 2001 From: Maros Orsak Date: Thu, 21 Nov 2024 10:03:48 +0100 Subject: [PATCH] Update .azure/scripts/release_files_check.sh Co-authored-by: Jakub Scholz Signed-off-by: Maros Orsak --- .azure/scripts/release_files_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/scripts/release_files_check.sh b/.azure/scripts/release_files_check.sh index c22be5ef1f..d6ac25c79a 100755 --- a/.azure/scripts/release_files_check.sh +++ b/.azure/scripts/release_files_check.sh @@ -27,7 +27,7 @@ for i in "${!ITEMS[@]}"; do echo "ERROR: Checksums of $DIRECTORY do not match." echo " Expected: ${EXPECTED_CHECKSUM}" echo " Actual: ${CHECKSUM}" - echo "If your changes to $DIRECTORY are related to a new release, please update the checksums. Otherwise, please change only the files in the $PACKAGING_DIR directory. " + echo "If your changes to $DIRECTORY are related to a new release, please update the checksums. Otherwise, please change only the files in the $PACKAGING_DIR directory." RETURN_CODE=$((RETURN_CODE+1)) else echo "Checksums of $DIRECTORY match => OK"