mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
Apply changes requested in the pull-kubernetes-verify failed check
This commit is contained in:
parent
5d52b4ef9a
commit
ddec2a9125
@ -221,8 +221,8 @@ kube::util::find-binary-for-platform() {
|
||||
fi
|
||||
|
||||
# looks for $1 in the $PATH
|
||||
if which ${lookfor} >/dev/null; then
|
||||
local -r local_bin="$(which ${lookfor})"
|
||||
if which "${lookfor}" >/dev/null; then
|
||||
local -r local_bin="$(which "${lookfor}")"
|
||||
locations+=( "${local_bin}" );
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user