summaryrefslogtreecommitdiff
path: root/src/unix
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@tutanota.com>2024-09-03 17:30:16 -0400
committerLouie Shprung <lshprung@tutanota.com>2024-09-03 17:30:16 -0400
commit027bf3ff497ead2ab69d1660e6928eea28530c64 (patch)
treea0cef5ab0c8a310bad2c8369d87ca7bcdb939742 /src/unix
parentbe1f2c2bce1ba5e81ce14e9cb82c0d2fb251b60e (diff)
Update default config
Diffstat (limited to 'src/unix')
-rw-r--r--src/unix/read_cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/read_cfg.c b/src/unix/read_cfg.c
index 602c750..09944b1 100644
--- a/src/unix/read_cfg.c
+++ b/src/unix/read_cfg.c
@@ -122,7 +122,7 @@ void mkconfig_wizard(char *path){
" if string.match(file, filePattern) then\n"
" table.insert(parentGroup.Entries, {\n"
" name = file,\n"
- " path = fullFilePath\n"
+ " path = '\"' .. fullFilePath .. '\"'\n"
" })\n"
" end\n"
" end\n"