diff options
Diffstat (limited to 'commands/pull.go')
-rw-r--r-- | commands/pull.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/commands/pull.go b/commands/pull.go index 2e2639e1..91eadcf8 100644 --- a/commands/pull.go +++ b/commands/pull.go @@ -10,9 +10,7 @@ import ( "github.com/MichaelMure/git-bug/entity" ) -func newPullCommand() *cobra.Command { - env := execenv.NewEnv() - +func newPullCommand(env *execenv.Env) *cobra.Command { cmd := &cobra.Command{ Use: "pull [REMOTE]", Short: "Pull updates from a git remote", |