From 325298bf515feaeb4e6a96501d756bcd97d65a1a Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 2 Mar 2017 15:45:07 +0100 Subject: [PATCH] config.example: Status path needs to be quoted (#573) --- config.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example b/config.example index 7027bfb..418bb95 100644 --- a/config.example +++ b/config.example @@ -9,7 +9,7 @@ [general] # A folder where vdirsyncer can store some metadata about each pair. -status_path = ~/.vdirsyncer/status/ +status_path = "~/.vdirsyncer/status/" # CARDDAV [pair bob_contacts]