diff options
Diffstat (limited to 'commands/execenv/env_testing.go')
-rw-r--r-- | commands/execenv/env_testing.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/execenv/env_testing.go b/commands/execenv/env_testing.go index 15d7b646..c7a0af42 100644 --- a/commands/execenv/env_testing.go +++ b/commands/execenv/env_testing.go @@ -9,8 +9,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/MichaelMure/git-bug/cache" - "github.com/MichaelMure/git-bug/repository" + "github.com/git-bug/git-bug/cache" + "github.com/git-bug/git-bug/repository" ) var _ In = &TestIn{} |