summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/updater_checks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/updater_checks.sh b/tests/updater_checks.sh
index 245c6e60ad..826495bc3d 100755
--- a/tests/updater_checks.sh
+++ b/tests/updater_checks.sh
@@ -68,7 +68,7 @@ esac
# Download and run depednency scriptlet, before anything else
#
deps_tool="/tmp/deps_tool.$$.sh"
-curl -Ss -o ${deps_tool} https://raw.githubusercontent.com/netdata/netdata-demo-site/master/install-required-packages.sh
+curl -Ss -o ${deps_tool} https://raw.githubusercontent.com/netdata/netdata/master/packaging/installer/install-required-packages.sh
if [ -f "${deps_tool}" ]; then
echo "Running dependency handling script.."
chmod +x "${deps_tool}"