Skip to content

Commit

Permalink
chore: gcp -> /opt/homebrew/bin/gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Oct 7, 2024
1 parent 5e0ec51 commit c516a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apidocs-gen/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ KUBERNETES_CONFIGURATION_CRDS_CRDS_LOCAL_PATH="$(go env GOPATH)/pkg/mod/${KUBERN
CP=cp
if [[ $(uname -s) == "Darwin" ]]; then
if gcp --version 2>&1 >/dev/null ; then
CP=gcp
CP=${HOMEBREW_PREFIX}/bin/gcp
else
echo "GNU cp is required on macOS. You can install it via Homebrew with 'brew install coreutils'."
exit 1
Expand Down

0 comments on commit c516a09

Please sign in to comment.