aboutsummaryrefslogtreecommitdiffstats
path: root/commands/add.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/add.go')
-rw-r--r--commands/add.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/add.go b/commands/add.go
index 504207fb..b43eda36 100644
--- a/commands/add.go
+++ b/commands/add.go
@@ -3,7 +3,7 @@ package commands
import (
"github.com/spf13/cobra"
- "github.com/MichaelMure/git-bug/input"
+ "github.com/MichaelMure/git-bug/commands/input"
"github.com/MichaelMure/git-bug/util/text"
)