Skip to content

Commit

Permalink
Fix repitition in log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwickenden committed Mar 10, 2021
1 parent 5967ad5 commit c412803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eks/eks.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func Generate(c *config.Config) error {
}
userData = string(userDataBytes)
} else {
logger.Info("fetching cluster information from user-data from the metadata service")
logger.Info("fetching cluster information from the metadata service")
userData, err = getUserData()
if err != nil {
return err
Expand Down

0 comments on commit c412803

Please sign in to comment.