Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com>
  • Loading branch information
aiyengar2 and jiaqiluo authored May 13, 2021
1 parent 1ccfa20 commit 68724f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68724f1

Please sign in to comment.