Skip to content

Commit

Permalink
setup-mac-brew: fix bad fs-own call
Browse files Browse the repository at this point in the history
/regression f27c015
  • Loading branch information
balupton committed Feb 2, 2025
1 parent b138da3 commit 76b5565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/setup-mac-brew
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function setup_mac_brew() (
# /usr/local/Cellar/go/1.17.2
if [[ -n ${HOMEBREW_CELLAR-} ]]; then
if [[ -d "$HOMEBREW_CELLAR/go" ]]; then
fs-own --ugx - "$HOMEBREW_CELLAR/go"
fs-own --ugx -- "$HOMEBREW_CELLAR/go"
# bin, libexec, and many other directories contain executables, so just make it all executable
fi
fi
Expand Down

0 comments on commit 76b5565

Please sign in to comment.