Skip to content

Commit 1015a89

Browse files
authored
Merge pull request kubernetes#72476 from zgfh/patch-2
fix typo: if -> it
2 parents 483d257 + c28cf37 commit 1015a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/cmd/completion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var (
7373
# Load the kubeadm completion code for bash into the current shell
7474
source <(kubeadm completion bash)
7575
76-
# Write bash completion code to a file and source if from .bash_profile
76+
# Write bash completion code to a file and source it from .bash_profile
7777
kubeadm completion bash > ~/.kube/kubeadm_completion.bash.inc
7878
printf "\n# Kubeadm shell completion\nsource '$HOME/.kube/kubeadm_completion.bash.inc'\n" >> $HOME/.bash_profile
7979
source $HOME/.bash_profile

0 commit comments

Comments
 (0)