Skip to content

Commit

Permalink
Merge pull request #9981 from typeid/patch-1
Browse files Browse the repository at this point in the history
🌱 Fix grammar in release script
  • Loading branch information
k8s-ci-robot committed Jan 11, 2024
2 parents 2e49128 + 09db63e commit eb88bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools/release/weekly/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func run() int {

// TODO Turn this into a link (requires knowing the project name + organization)
fmt.Println("Weekly update :rotating_light:")
fmt.Printf("Changes from %v a total of %d new commits where merged into main.\n\n", commitRange, len(commits))
fmt.Printf("Changes from %v a total of %d new commits were merged into main.\n\n", commitRange, len(commits))

for _, key := range outputOrder {
mergeslice := merges[key]
Expand Down

0 comments on commit eb88bc8

Please sign in to comment.