Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dcdb82d

Browse files
n3wscottkibbles-n-bytes
authored andcommittedNov 16, 2017
Fixing coverage tool. It had double 'contrib' on script path. (#1568)
* Fixing coverage tool. it had double 'contrib' on script path. * Use rel dir location.
1 parent b636203 commit dcdb82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎contrib/hack/coverage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -o nounset
1818
set -o errexit
1919

20-
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
20+
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
2121
. "${ROOT}/contrib/hack/utilities.sh" || { echo 'Cannot load utilities.'; exit 1; }
2222

2323
function usage() {

0 commit comments

Comments
 (0)
Please sign in to comment.