aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug/bug_deselect.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bug/bug_deselect.go')
-rw-r--r--commands/bug/bug_deselect.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/bug/bug_deselect.go b/commands/bug/bug_deselect.go
index 5e9acc60..5a318274 100644
--- a/commands/bug/bug_deselect.go
+++ b/commands/bug/bug_deselect.go
@@ -3,9 +3,9 @@ package bugcmd
import (
"github.com/spf13/cobra"
- "github.com/MichaelMure/git-bug/commands/execenv"
- _select "github.com/MichaelMure/git-bug/commands/select"
- "github.com/MichaelMure/git-bug/entities/bug"
+ "github.com/git-bug/git-bug/commands/execenv"
+ _select "github.com/git-bug/git-bug/commands/select"
+ "github.com/git-bug/git-bug/entities/bug"
)
func newBugDeselectCommand(env *execenv.Env) *cobra.Command {