summaryrefslogtreecommitdiffstatshomepage
path: root/commands/user_adopt.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/user_adopt.go')
-rw-r--r--commands/user_adopt.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/user_adopt.go b/commands/user_adopt.go
index d84d40482..7054f1f74 100644
--- a/commands/user_adopt.go
+++ b/commands/user_adopt.go
@@ -4,9 +4,10 @@ import (
"fmt"
"os"
+ "github.com/spf13/cobra"
+
"github.com/MichaelMure/git-bug/cache"
"github.com/MichaelMure/git-bug/util/interrupt"
- "github.com/spf13/cobra"
)
func runUserAdopt(cmd *cobra.Command, args []string) error {