diff --git a/cmd/root.go b/cmd/root.go index 6cc723f..0a79eef 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -37,6 +37,7 @@ var ( for { if c.TargetConfigPath != "" { path := config.GetPath(c.TargetConfigPath) + fmt.Println(path) if _, err := os.Stat(path); os.IsNotExist(err) { // if there no file, show prompt create := false