diff options
Diffstat (limited to 'etc/functions/newsbeuter')
-rw-r--r-- | etc/functions/newsbeuter | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/newsbeuter b/etc/functions/newsbeuter index d010b82..696cd39 100644 --- a/etc/functions/newsbeuter +++ b/etc/functions/newsbeuter @@ -3,7 +3,7 @@ function __sync { if [[ ${HOST} != aneurysm ]] { - unisync unison aneurysm .newsbeuter + unisync unison aneurysm .config/newsbeuter } } |