Skip to content

Commit

Permalink
Merge pull request #1185 from Nordix/tuomo/fix-typo-in-release-notes
Browse files Browse the repository at this point in the history
📖 fix typo in release note generator
  • Loading branch information
metal3-io-bot authored Sep 5, 2023
2 parents 5d4f09d + ddf5ede commit b0a6093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools/release/notes.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func run() int {

fmt.Printf("The image for this release is: %v\n", latestTag)
fmt.Printf("Ironic image tag is capm3-%v\n", latestTag)
fmt.Printf("Mariadb image tag is capm3-%\nv", latestTag)
fmt.Printf("Mariadb image tag is capm3-%v\n", latestTag)
fmt.Println("\n_Thanks to all our contributors!_ 😊")

return 0
Expand Down

0 comments on commit b0a6093

Please sign in to comment.