Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ecb51bc

Browse files
see-quickscholzj
andauthoredNov 21, 2024··
Update .azure/scripts/release_files_check.sh
Co-authored-by: Jakub Scholz <www@scholzj.com> Signed-off-by: Maros Orsak <maros.orsak159@gmail.com>
1 parent 999a8d8 commit ecb51bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.azure/scripts/release_files_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for i in "${!ITEMS[@]}"; do
2727
echo "ERROR: Checksums of $DIRECTORY do not match."
2828
echo " Expected: ${EXPECTED_CHECKSUM}"
2929
echo " Actual: ${CHECKSUM}"
30-
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. "
30+
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."
3131
RETURN_CODE=$((RETURN_CODE+1))
3232
else
3333
echo "Checksums of $DIRECTORY match => OK"

0 commit comments

Comments
 (0)
Please sign in to comment.