mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-06 14:16:43 +00:00
Display correct import path for gocov.
This was pointed out by kaptin on IRC.
This commit is contained in:
parent
c369c0c16e
commit
cdc17121b8
@ -11,7 +11,7 @@ type gocov >/dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
echo >&2 "This script requires the gocov tool."
|
||||
echo >&2 "You may obtain it with the following command:"
|
||||
echo >&2 "go get github.com/awx/gocov/gocov"
|
||||
echo >&2 "go get github.com/axw/gocov/gocov"
|
||||
exit 1
|
||||
fi
|
||||
gocov test | gocov report
|
||||
|
Loading…
x
Reference in New Issue
Block a user