mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-06-03 22:04:23 -04:00
fix indentation
Kubernetes-commit: 8a1987f0da1d6d881272f9609cadc03fa32c6f11
This commit is contained in:
parent
cb657f63a2
commit
cdae2c3d88
1 changed files with 2 additions and 2 deletions
|
|
@ -93,9 +93,9 @@ var (
|
|||
|
||||
|
||||
# Load the kubectl completion code for fish[2] into the current shell
|
||||
kubectl completion fish | source
|
||||
kubectl completion fish | source
|
||||
# To load completions for each session, execute once:
|
||||
kubectl completion fish > ~/.config/fish/completions/kubectl.fish`))
|
||||
kubectl completion fish > ~/.config/fish/completions/kubectl.fish`))
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in a new issue