Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/check_pendings_commits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/check_pendings_commits.py b/misc/check_pendings_commits.py
index 867ea5b..5c1f293 100644
--- a/misc/check_pendings_commits.py
+++ b/misc/check_pendings_commits.py
@@ -5,7 +5,7 @@ import os
import subprocess
POOTLE_DIR = '/var/lib/pootle/checkouts'
-OUTPUT = '/home/godiard/pending_commits.html'
+OUTPUT = '/var/lib/pootle/public_html/status/index.html'
out = open(OUTPUT, 'w')