Skip to content

Commit 5380f69

Browse files
committed
Add debugging steps.
1 parent 1f33bb7 commit 5380f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/prow/lint

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euxo pipefail
55
# Generate code and compare with the current source.
66
# Fail with a diff if some files are outdated.
77
go install github.com/golang/mock/[email protected]
8-
PATH="${PATH}:${HOME}/go/bin" make generate
8+
PATH="${PATH}:${GOPATH}/bin" make generate
99

1010
if ! git diff --exit-code; then
1111
echo "Changes detected"

0 commit comments

Comments
 (0)