update error text

This commit is contained in:
vilmibm 2020-01-28 10:20:59 -06:00
parent bfd1d804a8
commit 9025838448

View file

@ -175,7 +175,7 @@ func prCreate(cmd *cobra.Command, _ []string) error {
if action == SubmitAction {
if title == "" {
return fmt.Errorf("Can't create a PR without a title.")
return fmt.Errorf("pull request title must not be blank")
}
params := map[string]interface{}{