aboutsummaryrefslogtreecommitdiffstats
path: root/commands/pull.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/pull.go')
-rw-r--r--commands/pull.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/pull.go b/commands/pull.go
index 52b3ecd8..ff07912a 100644
--- a/commands/pull.go
+++ b/commands/pull.go
@@ -2,9 +2,10 @@ package commands
import (
"errors"
+ "os"
+
"github.com/MichaelMure/git-bug/bug"
"github.com/spf13/cobra"
- "os"
)
func runPull(cmd *cobra.Command, args []string) error {