Skip to content

Commit

Permalink
fix: template error
Browse files Browse the repository at this point in the history
  • Loading branch information
itnpeople committed Apr 19, 2022
1 parent 01ee610 commit 5d5ab14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mcks/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func NewCmdNodes(output app.Output) *cobra.Command {
if len(o.Filenames) > 0 {
out, err = utils.ToFilenameBytes(o.Filenames[0])
} else {
out, err = utils.ToTemplateBytes(tplCluster, o)
out, err = utils.ToTemplateBytes(tplNodes, o)
}
if err != nil {
return err
Expand Down

0 comments on commit 5d5ab14

Please sign in to comment.