diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-05-05 22:22:58 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-05-05 22:22:58 +0200 |
commit | 3febff72e3643e2a078013159af4d44870715223 (patch) | |
tree | e3d13511407ce17367ff5576d777185623e4aa26 /config/vdirsyncer | |
parent | 2cb5bf997bfa81df0290e0496a15f1f39a569e78 (diff) | |
download | dotfiles-3febff72e3643e2a078013159af4d44870715223.tar.gz dotfiles-3febff72e3643e2a078013159af4d44870715223.tar.bz2 dotfiles-3febff72e3643e2a078013159af4d44870715223.zip |
reset cloud password
Diffstat (limited to 'config/vdirsyncer')
-rw-r--r-- | config/vdirsyncer/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/vdirsyncer/config b/config/vdirsyncer/config index b721dd6..e4ba6a7 100644 --- a/config/vdirsyncer/config +++ b/config/vdirsyncer/config @@ -18,4 +18,4 @@ type = "carddav" # We can simplify this URL here as well. In theory it shouldn't matter. url = "https://cloud.oscarnajera.com/remote.php/dav/addressbooks/users/oscar/" username = "oscar" -password.fetch = ["command", "pass", "CS_storage/cloud.oscarnajera.com"] +password.fetch = ["command", "pass", "CS_storage/cloud.oscarnajera.com/oscar"] |