mirror of https://github.com/istio/istio.io.git
Fix insecure directory command (#13880)
This commit is contained in:
parent
4924df7e4b
commit
e6c3e69e98
|
|
@ -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 >}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue