diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-11 03:06:47 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-11 11:03:07 -0400 |
commit | 118ea61dc79bf9b1c45bbf81b31361a749e32fdd (patch) | |
tree | 3d803e1b7d9e99187c82cbb1b1af735972c09510 /org/default_paths.org | |
parent | spine_search (work on) (diff) |
spine search and configuration related
Diffstat (limited to 'org/default_paths.org')
-rw-r--r-- | org/default_paths.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/default_paths.org b/org/default_paths.org index ae01fcd..2bf0d14 100644 --- a/org/default_paths.org +++ b/org/default_paths.org @@ -1615,7 +1615,7 @@ template spinePathsSQLite() { } string base() { auto out_pth = spineOutPathSQLite!()(output_pth_root); // decide whether to have separate files for each language - string base_dir = "sqlite"; + string base_dir = ""; return (((out_pth.output_root).chainPath(base_dir)).asNormalizedPath).array; } string sqlite_file() { |