diff options
Diffstat (limited to 'internal/cmd/list.go')
| -rw-r--r-- | internal/cmd/list.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/cmd/list.go b/internal/cmd/list.go index 90d0eb8..31a39f5 100644 --- a/internal/cmd/list.go +++ b/internal/cmd/list.go @@ -3,8 +3,8 @@ package cmd import ( "os" - "github.com/spf13/cobra" "codeberg.org/snonux/gitsyncer/internal/cli" + "github.com/spf13/cobra" ) var listCmd = &cobra.Command{ @@ -37,4 +37,4 @@ func init() { rootCmd.AddCommand(listCmd) listCmd.AddCommand(listOrgsCmd) listCmd.AddCommand(listReposCmd) -}
\ No newline at end of file +} |
