···151 }
152153 // good to have early on
154- templates, err := yt.FetchTemplates()
155 if err != nil {
156 log.Fatalf("Failed to fetch templates: %v", err)
157 os.Exit(1)
···151 }
152153 // good to have early on
154+ templates, err := yt.FetchTemplates(path.Join(userConfigDir, "vodular", "templates"))
155 if err != nil {
156 log.Fatalf("Failed to fetch templates: %v", err)
157 os.Exit(1)