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)
```
This commit is contained in:
Kuba Orlik 2017-03-14 16:06:00 +01:00 committed by Markus Unterwaditzer
parent 56b0b48d90
commit 5e0dc0d5aa

View file

@ -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.