Skip to content

Commit feb977b

Browse files
committed
Many tiny changes for Singul to work standalone
1 parent 4f14296 commit feb977b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ func fixPaths() {
648648
log.Printf("[DEBUG] Schemaless: Folder '%s' does not exist, creating it", folder)
649649

650650
folderpath := fmt.Sprintf("%s%s", getRootFolder(), folder)
651-
err = os.Mkdir(folderpath, 0755)
651+
err = os.MkdirAll(folderpath, 0755)
652652
if err != nil {
653653
log.Printf("[ERROR] Schemaless: Error creating folder '%s': %v", folder, err)
654654
}

0 commit comments

Comments
 (0)