diff --git a/main.go b/main.go index 8bbc6794..7f36f10e 100644 --- a/main.go +++ b/main.go @@ -145,7 +145,7 @@ func generateCharts(c *cli.Context) { } currentBranchRefName, err := repository.GetCurrentBranchRefName(repo) if err != nil { - logrus.Warnf("Due to limitations in the Git library used for the scripts, we cannot generated charts in a detached HEAD state.") + logrus.Warnf("Due to limitations in the Git library used for the scripts, we cannot generate charts in a detached HEAD state.") logrus.Fatalf("Could not get reference to current branch: %s", err) } // Generate charts