update error text
This commit is contained in:
parent
bfd1d804a8
commit
9025838448
1 changed files with 1 additions and 1 deletions
|
|
@ -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{}{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue