forked from toolshed/abra
		
	fix: remove unexpanded var
This commit is contained in:
		| @ -257,7 +257,7 @@ func commitRelease(recipe recipe.Recipe) error { | ||||
| 	if internal.CommitMessage == "" && !internal.NoInput && internal.Commit { | ||||
| 		prompt := &survey.Input{ | ||||
| 			Message: "commit message", | ||||
| 			Default: "chore: publish new %s version", | ||||
| 			Default: "chore: publish new version", | ||||
| 		} | ||||
| 		if err := survey.AskOne(prompt, &internal.CommitMessage); err != nil { | ||||
| 			return err | ||||
|  | ||||
		Reference in New Issue
	
	Block a user