summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/installer/checksums.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/installer/checksums.sh b/tests/installer/checksums.sh
index b2759bd5f9..6cb9db7c52 100755
--- a/tests/installer/checksums.sh
+++ b/tests/installer/checksums.sh
@@ -33,7 +33,7 @@ for file in kickstart.sh kickstart-static64.sh; do
if [ "$KICKSTART_MD5" == "$CALCULATED_MD5" ]; then
echo "${KICKSTART_URL} looks fine"
else
- post_message "Attention @group , ${KICKSTART_URL} md5sum does not match local file, it needs to be updated"
+ post_message "Attention <!here> , ${KICKSTART_URL} md5sum does not match local file, it needs to be updated"
fi
fi