diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-12 16:30:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-12 16:30:42 +0000 |
commit | a7baadb7f3cdd020beee095457f897c0698e7167 (patch) | |
tree | a0c92aa2e552902cb9b0d46ca0b9301e28260f54 /tests/alarm_repetition | |
parent | Adding upstream version 1.30.0. (diff) | |
download | netdata-upstream/1.30.1.tar.xz netdata-upstream/1.30.1.zip |
Adding upstream version 1.30.1.upstream/1.30.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/alarm_repetition/alarm.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/alarm_repetition/alarm.sh.in b/tests/alarm_repetition/alarm.sh.in index 09d6aaf46..3ceab6607 100644 --- a/tests/alarm_repetition/alarm.sh.in +++ b/tests/alarm_repetition/alarm.sh.in @@ -84,6 +84,6 @@ cp -a netdata.conf_with_repetition netdata.conf process_data "ram_with" "I" "activated." rm netdata.conf -echo -e "${GREEN} all the tests were sucessful ${NOCOLOR}" +echo -e "${GREEN} all the tests were successful ${NOCOLOR}" rm "$HEALTHDIR/ram.conf" rm -rf $OUTDIR |