Skip to content

Commit eb88bc8

Browse files
authored
Merge pull request kubernetes-sigs#9981 from typeid/patch-1
🌱 Fix grammar in release script
2 parents 2e49128 + 09db63e commit eb88bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/release/weekly/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func run() int {
171171

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

176176
for _, key := range outputOrder {
177177
mergeslice := merges[key]

0 commit comments

Comments
 (0)