mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
config.example: Status path needs to be quoted (#573)
This commit is contained in:
parent
4de920b552
commit
325298bf51
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
# A folder where vdirsyncer can store some metadata about each pair.
|
# A folder where vdirsyncer can store some metadata about each pair.
|
||||||
status_path = ~/.vdirsyncer/status/
|
status_path = "~/.vdirsyncer/status/"
|
||||||
|
|
||||||
# CARDDAV
|
# CARDDAV
|
||||||
[pair bob_contacts]
|
[pair bob_contacts]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue