summaryrefslogtreecommitdiff
path: root/repo/hooks/ciabot.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-28 10:10:44 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-03-28 10:10:44 -0400
commitb5b2aaafeaceeec017f79003fa5001484a7f76b4 (patch)
treecc11f02972efdedae4975e57e856ac69e29e1480 /repo/hooks/ciabot.py
parent847f95e7e7594f0c62146b6d08a2c461e9610335 (diff)
downloadgpsd-b5b2aaafeaceeec017f79003fa5001484a7f76b4.tar.gz
Typo fixes
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]