diff options
Diffstat (limited to 'commands/input/input.go')
-rw-r--r-- | commands/input/input.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/input/input.go b/commands/input/input.go index e9c1be1b..ee343cd8 100644 --- a/commands/input/input.go +++ b/commands/input/input.go @@ -25,7 +25,7 @@ const messageFilename = "BUG_MESSAGE_EDITMSG" // ErrEmptyMessage is returned when the required message has not been entered var ErrEmptyMessage = errors.New("empty message") -// ErrEmptyMessage is returned when the required title has not been entered +// ErrEmptyTitle is returned when the required title has not been entered var ErrEmptyTitle = errors.New("empty title") const bugTitleCommentTemplate = `%s%s |