fix indentation
Kubernetes-commit: 8a1987f0da1d6d881272f9609cadc03fa32c6f11
This commit is contained in:
parent
cb657f63a2
commit
cdae2c3d88
|
@ -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 New Issue