fix typo in comment: mananging

This commit is contained in:
Justin Santa Barbara 2017-10-30 23:47:59 -04:00
parent c1c1d6bbcc
commit 6a7c109f43
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ type KubectlBuilder struct {
var _ fi.ModelBuilder = &KubectlBuilder{}
// Build is responsible for mananging the kubectl on the nodes
// Build is responsible for managing the kubectl on the nodes
func (b *KubectlBuilder) Build(c *fi.ModelBuilderContext) error {
if !b.IsMaster {
return nil