зеркало из https://github.com/mislav/hub.git
Use a more generic message when the edit fail.
This commit is contained in:
Родитель
81c96d5298
Коммит
8794caa809
|
@ -55,7 +55,7 @@ func GetTitleAndBodyFromEditor(fn func(messageFile string) error) (title, body s
|
|||
|
||||
err = editTitleAndBody(editor, messageFile)
|
||||
if err != nil {
|
||||
err = fmt.Errorf("error using text editor for release message")
|
||||
err = fmt.Errorf("error using text editor for title/body message")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче