summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-04-17 16:36:19 +0300
committerGitHub <noreply@github.com>2019-04-17 16:36:19 +0300
commit5a9afa2f3f837924581904a448c3a2c7fbf32e3f (patch)
tree5a9d4a1ad93bbce36c197d3ad64fa7f4fb6d12cc /tests
parentebdb5c895fb47595f07981b3ffb60c912e558989 (diff)
netdata/packaging/ci: Use proper notifier in slack message (#5866)
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