mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
hack: fix shellcheck
This commit is contained in:
parent
77758c185b
commit
80f4f62ea8
@ -131,7 +131,7 @@ fi
|
||||
|
||||
# Verify that the given config is valid. "golangci-lint run" does not
|
||||
# do that, which makes it easy to miss mistakes while editing the configuration.
|
||||
if ! failures=$( ${GOBIN}/golangci-lint config verify --config="${golangci_config:-}" 2>&1 ); then
|
||||
if ! failures=$( "${GOBIN}/golangci-lint" config verify --config="${golangci_config:-}" 2>&1 ); then
|
||||
cat >&2 <<EOF
|
||||
|
||||
Verification of the configuration failed. Command:
|
||||
|
Loading…
Reference in New Issue
Block a user