chore: remove unneccessary call to Sprintf
This commit is contained in:
parent
0c4d5b2e69
commit
700e951e5e
@ -40,7 +40,7 @@ Here is a semver cheat sheet (more on https://semver.org):
|
||||
|
||||
var chosenBumpType string
|
||||
prompt := &survey.Select{
|
||||
Message: fmt.Sprintf("select recipe version increment type"),
|
||||
Message: "select recipe version increment type",
|
||||
Options: []string{"major", "minor", "patch"},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user