summaryrefslogtreecommitdiffstats
path: root/tests/installer/checksums.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/installer/checksums.sh')
-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 625b1a1d7a..b2759bd5f9 100755
--- a/tests/installer/checksums.sh
+++ b/tests/installer/checksums.sh
@@ -12,7 +12,7 @@ set -e
TOP_LEVEL=$(basename "$(git rev-parse --show-toplevel 2> /dev/null || echo "")")
CWD="$(git rev-parse --show-cdup 2> /dev/null || echo "")"
if [ -n "$CWD" ] || [ ! "${TOP_LEVEL}" == "netdata" ]; then
- echo "Run as .travis/$(basename "$0") from top level directory of netdata git repository"
+ echo "Run as ./tests/installer/$(basename "$0") from top level directory of netdata git repository"
echo "Kickstart validation process aborted"
exit 1
fi