diff options
Diffstat (limited to 'commands/bug/bug_label_rm.go')
-rw-r--r-- | commands/bug/bug_label_rm.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/bug/bug_label_rm.go b/commands/bug/bug_label_rm.go index d389830f..91b24ccf 100644 --- a/commands/bug/bug_label_rm.go +++ b/commands/bug/bug_label_rm.go @@ -3,8 +3,8 @@ package bugcmd import ( "github.com/spf13/cobra" - "github.com/MichaelMure/git-bug/commands/execenv" - "github.com/MichaelMure/git-bug/util/text" + "github.com/git-bug/git-bug/commands/execenv" + "github.com/git-bug/git-bug/util/text" ) func newBugLabelRmCommand(env *execenv.Env) *cobra.Command { |