mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +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
|
# 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.
|
# 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
|
cat >&2 <<EOF
|
||||||
|
|
||||||
Verification of the configuration failed. Command:
|
Verification of the configuration failed. Command:
|
||||||
|
Loading…
Reference in New Issue
Block a user