diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-01-24 21:53:07 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-01-24 21:53:07 +0100 |
| commit | 5e5ef3f401370659fc5180c1c192071f38c1ef8b (patch) | |
| tree | 5b6e46eaa869d4b796ab33aa79a4dfea27ffb671 | |
| parent | 9287fa4c42ac77b51fe1bdee485eff72659204e7 (diff) | |
Fix remote root
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ #ifndef FTAG_REMOTE_ROOT /* HOME on remote host */ -#define FTAG_REMOTE_ROOT (FTAG_ROOT "/ftag.sqlite3.bak") +#define FTAG_REMOTE_ROOT "." #endif #define DATABASE_PATH (FTAG_ROOT "/ftag.sqlite3") |
