aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-01-24 21:53:07 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2026-01-24 21:53:07 +0100
commit5e5ef3f401370659fc5180c1c192071f38c1ef8b (patch)
tree5b6e46eaa869d4b796ab33aa79a4dfea27ffb671
parent9287fa4c42ac77b51fe1bdee485eff72659204e7 (diff)
Fix remote root
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index fa939cd..59ad231 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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")