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. (#17024)
This commit is contained in:
parent
81cb35dcca
commit
43eab7b7da
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue