mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
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:
parent
56b0b48d90
commit
5e0dc0d5aa
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ where the only required parameter is ``status_path``. The following is a
|
||||||
minimal example::
|
minimal example::
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
status_path = ~/.vdirsyncer/status/
|
status_path = "~/.vdirsyncer/status/"
|
||||||
|
|
||||||
After the general section, an arbitrary amount of *pair and storage sections*
|
After the general section, an arbitrary amount of *pair and storage sections*
|
||||||
might come.
|
might come.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue