Skip to content

Commit

Permalink
Typo fix: formated->formatted
Browse files Browse the repository at this point in the history
formated->formatted
  • Loading branch information
AdamDang committed May 6, 2018
1 parent 7ed7dc2 commit a7f8941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kops/toolbox_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func runToolBoxTemplate(f *util.Factory, out io.Writer, options *toolboxTemplate
}
formatted, err := yaml.Marshal(&data)
if err != nil {
return fmt.Errorf("unable to marhshal formated content to yaml: %s", err)
return fmt.Errorf("unable to marhshal formatted content to yaml: %s", err)
}
documents = append(documents, string(formatted))
}
Expand Down

0 comments on commit a7f8941

Please sign in to comment.