diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-16 15:24:34 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-16 15:26:51 +0200 |
commit | d659d74131996cea06e39f90114e21b36e61f6fc (patch) | |
tree | a9d27de9e8ef4702f4894d824685659471bd168b /commands/pull.go | |
parent | 6f4661a9e37266c6a2638b5bda220efe89d0f583 (diff) | |
download | git-bug-d659d74131996cea06e39f90114e21b36e61f6fc.tar.gz |
fix build
Diffstat (limited to 'commands/pull.go')
-rw-r--r-- | commands/pull.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/pull.go b/commands/pull.go index dbff4fb1..eefcc641 100644 --- a/commands/pull.go +++ b/commands/pull.go @@ -2,7 +2,6 @@ package commands import ( "errors" - "fmt" "github.com/MichaelMure/git-bug/bug" "github.com/MichaelMure/git-bug/repository" ) |