diff options
Diffstat (limited to 'etc/functions/newsbeuter')
-rwxr-xr-x | etc/functions/newsbeuter | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/newsbeuter b/etc/functions/newsbeuter index 53c9c21..bd0e217 100755 --- a/etc/functions/newsbeuter +++ b/etc/functions/newsbeuter @@ -3,7 +3,7 @@ autoload fdie function __sync { if [[ $HOST != aneurysm ]] { - unisync unison derf.homelinux.org .newsbeuter || fdie "sync failed" + unisync unison aneurysm .newsbeuter || fdie "sync failed" } } |