From fd3785e1581c8edcc8723f2d633e909638462b5a Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Thu, 7 Mar 2013 19:16:42 +0100 Subject: [PATCH] =?UTF-8?q?[cron.daily/git=5Fdirty=5Frepo]=20En=20fait=20l?= =?UTF-8?q?e=20d=C3=A9p=C3=B4t=20sur=20news=20c'est=20/var/www=20en=20enti?= =?UTF-8?q?er=20et=20pas=20juste=20webnews?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Python/etc/cron.daily/git_dirty_repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/etc/cron.daily/git_dirty_repo b/Python/etc/cron.daily/git_dirty_repo index 8a5519c..fc55106 100644 --- a/Python/etc/cron.daily/git_dirty_repo +++ b/Python/etc/cron.daily/git_dirty_repo @@ -24,7 +24,7 @@ if has("vert"): print '%s --repository=/root/cranspasswords --from="%s" --to="%s"' % (notifier_path, default_from, default_to) if has("news-server"): - print '%s --repository=/var/www/webnews --from="%s" --to="%s"' % (notifier_path, default_from, default_to) + print '%s --repository=/var/www --from="%s" --to="%s"' % (notifier_path, default_from, default_to) if has("intranet2-server"): print '%s --repository=/usr/local/django/intranet --from="%s" --to="%s"' % (notifier_path, default_from, default_to)