Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloserrano committed Jul 8, 2021
1 parent 4ec9b27 commit f2a68c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/ops/diagnostic-tools/istioctl/index.md
Expand Up @@ -150,7 +150,7 @@ You will need to download the full Istio release containing the auto-completion

Installing the bash auto-completion file

If you are using bash, the `istioctl` auto-completion file is located in the `tools` directory.
If you are using bash, the `istioctl.bash` auto-completion file is located in the `tools` directory.

You can also generate it by running `istioctl collateral completion --bash -o .`.

Expand All @@ -166,7 +166,7 @@ $ source ~/istioctl.bash

Installing the ZSH auto-completion file

For ZSH users, the `istioctl` auto-completion file is located in the `tools` directory.
For ZSH users, the `_istioctl` auto-completion file is located in the `tools` directory.

You can also generate it by running `istioctl collateral completion --zsh -o .`.

Expand Down

0 comments on commit f2a68c6

Please sign in to comment.