Update hack/verify-golangci-lint.sh

Co-authored-by: Benjamin Elder <bentheelder@google.com>
This commit is contained in:
Oleksandr Redko 2025-03-11 11:45:45 -07:00 committed by GitHub
parent 80f4f62ea8
commit ca4f785757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,7 +134,7 @@ fi
if ! failures=$( "${GOBIN}/golangci-lint" config verify --config="${golangci_config:-}" 2>&1 ); then
cat >&2 <<EOF
Verification of the configuration failed. Command:
Verification of the golangci-lint configuration failed. Command:
${GOBIN}/golangci-lint config verify --config="${golangci_config:-}")