Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jun 21, 2018
1 parent 2a58946 commit 29ab9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/eksctl/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func doCreateCluster(cfg *eks.ClusterConfig) error {
// TODO: https://github.com/weaveworks/eksctl/issues/30
if err := utils.CheckAllCommands(kubeconfigPath); err != nil {
logger.Critical(err.Error())
logger.Info("cluster should be functions despite missing client binaries that need to be installed in the PATH")
logger.Info("cluster should be functional despite missing client binaries that need to be installed in the PATH")
}
}

Expand Down

0 comments on commit 29ab9d1

Please sign in to comment.