Skip to content

Commit 99360e5

Browse files
authored
Merge pull request kubernetes#112946 from chendave/typo
kubeadm: fix typo for cmd reset's runner binding
2 parents 689cd93 + b375109 commit 99360e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/cmd/reset.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func newCmdReset(in io.Reader, out io.Writer, resetOptions *resetOptions) *cobra
212212
return newResetData(cmd, resetOptions, in, out)
213213
})
214214

215-
// binds the Runner to kubeadm init command by altering
215+
// binds the Runner to kubeadm reset command by altering
216216
// command help, adding --skip-phases flag and by adding phases subcommands
217217
resetRunner.BindToCommand(cmd)
218218

0 commit comments

Comments
 (0)