summaryrefslogtreecommitdiff
path: root/repo/hooks/ciabot.py
diff options
context:
space:
mode:
Diffstat (limited to 'repo/hooks/ciabot.py')
-rwxr-xr-xrepo/hooks/ciabot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/hooks/ciabot.py b/repo/hooks/ciabot.py
index b875886b..a3828197 100755
--- a/repo/hooks/ciabot.py
+++ b/repo/hooks/ciabot.py
@@ -99,8 +99,8 @@ fromaddr = "CIABOT-NOREPLY@" + host
toaddr = "cia@cia.vc"
# Identify the generator script.
-# Should only change when the script itself has a new home
-generator="http://www.catb.org/~esr/ciabot.sh"
+# Should only change when the script itself gets a new home and maintainer.
+generator="http://www.catb.org/~esr/ciabot.py"
def do(command):
return commands.getstatusoutput(command)[1]