Fix insecure directory command (#13880)

This commit is contained in:
Eric Van Norman 2023-09-15 15:58:50 -05:00 committed by GitHub
parent 4924df7e4b
commit e6c3e69e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ Additionally, if you receive `Zsh compinit: insecure directories` warnings
when attempting to load these completions, you may need to run this:
{{< text bash >}}
$ chmod -R go-w '$HOMEBREW_PREFIX/share/zsh'
$ chmod -R go-w "$(brew --prefix)/share"
{{< /text >}}
{{< /tab >}}