diff options
Diffstat (limited to 'commands/new.go')
-rw-r--r-- | commands/new.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/new.go b/commands/new.go index 43bfd212..6dd19508 100644 --- a/commands/new.go +++ b/commands/new.go @@ -55,7 +55,7 @@ func newBug(repo repository.Repo, args []string) error { Message: *newMessage, } - bug := bug.Bug{ + bug := bug.Snapshot{ Title: title, Comments: []bug.Comment{comment}, } |