From 5a9afa2f3f837924581904a448c3a2c7fbf32e3f Mon Sep 17 00:00:00 2001 From: "Paul Emm. Katsoulakis" <34388743+paulkatsoulakis@users.noreply.github.com> Date: Wed, 17 Apr 2019 16:36:19 +0300 Subject: netdata/packaging/ci: Use proper notifier in slack message (#5866) --- tests/installer/checksums.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/installer') 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 , ${KICKSTART_URL} md5sum does not match local file, it needs to be updated" fi fi -- cgit v1.2.3