Skip to content

Commit

Permalink
Updated help message for golint. (kubeflow#621)
Browse files Browse the repository at this point in the history
This is related to kserve/kserve#135
  • Loading branch information
gyliu513 authored and k8s-ci-robot committed Jun 2, 2019
1 parent d9e727d commit 2e07fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-golint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..

if ! which golint > /dev/null; then
echo 'Can not find golint, install with:'
echo 'go get -u github.com/golang/lint/golint'
echo 'go get -u golang.org/x/lint/golint'
exit 1
fi

Expand Down

0 comments on commit 2e07fe1

Please sign in to comment.