From 5e0dc0d5aae68faaf2816f00340ddbd502bd1699 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Tue, 14 Mar 2017 16:06:00 +0100 Subject: [PATCH] Add quotes to the suggested config (#602) Without the quotes the app doesn't start, throwing: ``` critical: Error during reading config /home/kuba/.vdirsyncer/config: Section "general": Section "general", option "status_path": Expecting value: line 1 column 1 (char 0) ``` --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index efc30e1..27046ef 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -41,7 +41,7 @@ where the only required parameter is ``status_path``. The following is a minimal example:: [general] - status_path = ~/.vdirsyncer/status/ + status_path = "~/.vdirsyncer/status/" After the general section, an arbitrary amount of *pair and storage sections* might come.