Skip to content

Commit

Permalink
Fix update-codegen.sh on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
villeaari committed May 8, 2024
1 parent e556b49 commit b80a6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -o nounset
set -o pipefail

SCRIPT_ROOT=$(dirname "${BASH_SOURCE[@]}")/..

mkdir -p "${SCRIPT_ROOT}/hack/tools/bin"
TOOLS_DIR=$(realpath ./hack/tools)
TOOLS_BIN_DIR="${TOOLS_DIR}/bin"
GO_INSTALL=$(realpath ./hack/go-install.sh)
Expand Down

0 comments on commit b80a6a3

Please sign in to comment.