Skip to content

Commit

Permalink
Merge pull request #382 from sdarwin/created-nodegroup
Browse files Browse the repository at this point in the history
fix logger.Success message
  • Loading branch information
errordeveloper authored Jan 3, 2019
2 parents 01c9d7b + 0898d72 commit 58fc31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ctl/create/nodegroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func doCreateNodeGroup(p *api.ProviderConfig, cfg *api.ClusterConfig, ng *api.No
return err
}
}
logger.Success("created nodegroup %q in cluster %q", cfg.Metadata.Name, ng.Name)
logger.Success("created nodegroup %q in cluster %q", ng.Name, cfg.Metadata.Name)

return nil

Expand Down

0 comments on commit 58fc31a

Please sign in to comment.