Skip to content

Commit

Permalink
chore: remove old osctl reference
Browse files Browse the repository at this point in the history
One place was missed.

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
AlekSi authored and talos-bot committed Mar 19, 2021
1 parent 26c9246 commit 84d5973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/talosctl/cmd/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Note for zsh users: [1] zsh completions are only supported in versions of zsh >=
# Load the talosctl completion code for zsh[1] into the current shell
source <(talosctl completion zsh)
# Set the talosctl completion code for zsh[1] to autoload on startup
talosctl completion zsh > "${fpath[1]}/_osctl"`,
talosctl completion zsh > "${fpath[1]}/_talosctl"`,
ValidArgs: []string{"bash", "zsh"},
Args: cobra.ExactValidArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/v0.9/Reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ talosctl completion SHELL [flags]
# Load the talosctl completion code for zsh[1] into the current shell
source <(talosctl completion zsh)
# Set the talosctl completion code for zsh[1] to autoload on startup
talosctl completion zsh > "${fpath[1]}/_osctl"
talosctl completion zsh > "${fpath[1]}/_talosctl"
```

### Options
Expand Down

0 comments on commit 84d5973

Please sign in to comment.