This commit is contained in:
Nazar Kanaev 2020-08-20 13:56:28 +01:00
parent d29952008e
commit 60f1df388f

View File

@ -18,7 +18,7 @@ func main() {
storagePath := filepath.Join(configPath, "yarr")
storageFile := filepath.Join(storagePath, "storage.db")
if err := os.MkdirAll(storageDir, 0755); err != nil {
if err := os.MkdirAll(storagePath, 0755); err != nil {
logger.Fatal("Failed to create app config dir: ", err)
}