diff --git a/commands/config/subcommands.go b/commands/config/subcommands.go index f04a0f9..0cdc8e1 100644 --- a/commands/config/subcommands.go +++ b/commands/config/subcommands.go @@ -38,6 +38,8 @@ func creatAction(c *cli.Context) error { if err != nil { fmt.Println(err) } + fmt.Println(path) + fmt.Println(configPath) fmt.Println("Creating configuration file") if err = os.MkdirAll(path, 0770); err != nil { return err