Skip to content

Commit

Permalink
Fix determining repo root in Coverity scan script. (netdata#17024)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin authored Feb 16, 2024
1 parent 81cb35d commit 43eab7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/utils/coverity-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 43eab7b

Please sign in to comment.