Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
can3p committed Jan 15, 2024
1 parent 6d5f05e commit 4b373c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func ReleaseCommand(buildinfo *types.BuildInfo) *cobra.Command {
}

input := confirmation.New(
fmt.Sprintf("Do you want to releaser version [%s]? Last version is %s.", newVersion, lastVersionStr),
fmt.Sprintf("Do you want to release version [%s]? Last version is %s.", newVersion, lastVersionStr),
confirmation.No)

ready, err := input.RunPrompt()
Expand Down

0 comments on commit 4b373c2

Please sign in to comment.