From 1c3e701e0c90a997c09972c31615b56c733a4388 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 4 Jan 2024 14:55:44 -0800 Subject: [PATCH] Fix verify-spelling for workspaces --- hack/verify-spelling.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/verify-spelling.sh b/hack/verify-spelling.sh index 3064f38ebb9..9084eb251f2 100755 --- a/hack/verify-spelling.sh +++ b/hack/verify-spelling.sh @@ -25,6 +25,8 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. export KUBE_ROOT source "${KUBE_ROOT}/hack/lib/init.sh" +kube::golang::setup_env + # Ensure that we find the binaries we build before anything else. export GOBIN="${KUBE_OUTPUT_BIN}" PATH="${GOBIN}:${PATH}"