diff --git a/cov_report.sh b/cov_report.sh index 873f90e41..307f05b76 100644 --- a/cov_report.sh +++ b/cov_report.sh @@ -2,7 +2,7 @@ # This script uses gocov to generate a test coverage report. # The gocov tool my be obtained with the following command: -# go get github.com/awx/gocov/gocov +# go get github.com/axw/gocov/gocov # # It will be installed to $GOPATH/bin, so ensure that location is in your $PATH.