0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 22:38:55 +00:00

Fix determining repo root in Coverity scan script. ()

This commit is contained in:
Austin S. Hemmelgarn 2024-02-16 11:58:31 -05:00 committed by GitHub
parent 81cb35dcca
commit 43eab7b7da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ SCRIPT_SOURCE="$(
cd "${self%/*}" || exit 1
echo "$(pwd -P)/${self##*/}"
)"
REPO_ROOT="${SCRIPT_SOURCE}/../.."
REPO_ROOT="$(dirname "${SCRIPT_SOURCE}")/../.."
. "${REPO_ROOT}/packaging/installer/functions.sh"