mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 10:18:13 +00:00 
			
		
		
		
	hack: fix shellcheck
This commit is contained in:
		| @@ -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: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Oleksandr Redko
					Oleksandr Redko