summaryrefslogtreecommitdiff
path: root/etc/functions
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-01-29 07:21:10 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-01-29 07:21:10 +0100
commite1333497e11bb1a85b11f4a9827b6d7150e77495 (patch)
treee6498120b95b01b2f418e5ff4f4605b38c259b9b /etc/functions
parent15d65c8a1c419a3a168339a1745edfb891210d3c (diff)
newsbeuter: Sync with aneurysm
Diffstat (limited to 'etc/functions')
-rwxr-xr-xetc/functions/newsbeuter2
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"
}
}