summaryrefslogtreecommitdiffstatshomepage
path: root/commands/bug/bug_status_open.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bug/bug_status_open.go')
-rw-r--r--commands/bug/bug_status_open.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bug/bug_status_open.go b/commands/bug/bug_status_open.go
index 0c0c02f0..d09584cd 100644
--- a/commands/bug/bug_status_open.go
+++ b/commands/bug/bug_status_open.go
@@ -3,7 +3,7 @@ package bugcmd
import (
"github.com/spf13/cobra"
- "github.com/MichaelMure/git-bug/commands/execenv"
+ "github.com/git-bug/git-bug/commands/execenv"
)
func newBugStatusOpenCommand(env *execenv.Env) *cobra.Command {