Skip to content

Commit

Permalink
Update .azure/scripts/release_files_check.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Scholz <[email protected]>
Signed-off-by: Maros Orsak <[email protected]>
  • Loading branch information
see-quick and scholzj authored Nov 21, 2024
1 parent 999a8d8 commit ecb51bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/scripts/release_files_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ecb51bc

Please sign in to comment.