Commit b13369e0 authored by Vicken Simonian's avatar Vicken Simonian

Fix comment typo

parent 180d34ed
...@@ -1273,7 +1273,7 @@ func kubectlCmd(args ...string) *exec.Cmd { ...@@ -1273,7 +1273,7 @@ func kubectlCmd(args ...string) *exec.Cmd {
return cmd return cmd
} }
// kubectlBuilder is used to build, custimize and execute a kubectl Command. // kubectlBuilder is used to build, customize and execute a kubectl Command.
// Add more functions to customize the builder as needed. // Add more functions to customize the builder as needed.
type kubectlBuilder struct { type kubectlBuilder struct {
cmd *exec.Cmd cmd *exec.Cmd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment