From 90258384487e2030d2fbb5f2e817cc14317bf968 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 28 Jan 2020 10:20:59 -0600 Subject: [PATCH] update error text --- command/pr_create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/pr_create.go b/command/pr_create.go index f37bf4bc1..5e2190cc0 100644 --- a/command/pr_create.go +++ b/command/pr_create.go @@ -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{}{