Skip to content

Commit 959759c

Browse files
see-quickscholzj
andauthored
Update .azure/scripts/release_files_check.sh
Co-authored-by: Jakub Scholz <[email protected]> Signed-off-by: Maros Orsak <[email protected]>
1 parent d327735 commit 959759c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/scripts/release_files_check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for i in "${!ITEMS[@]}"; do
3232
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. "
3333
RETURN_CODE=$((RETURN_CODE+1))
3434
else
35-
echo "checksum of $DIRECTORY matches expected checksum => OK"
35+
echo "Checksums of $DIRECTORY match => OK"
3636
fi
3737
done
3838

0 commit comments

Comments
 (0)