summaryrefslogtreecommitdiffstats
path: root/crawl-ref/git-hooks
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-12-22 11:33:55 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-12-22 23:36:10 +0100
commite157f0700d5d56171b4648c642a9b077da46dcb5 (patch)
treef9d36f16ea2195911f36740dbaef718c40cda252 /crawl-ref/git-hooks
parent8aaf6c97a9305e98ab18ef4ce0e9be5607642fde (diff)
downloadcrawl-ref-e157f0700d5d56171b4648c642a9b077da46dcb5.tar.gz
crawl-ref-e157f0700d5d56171b4648c642a9b077da46dcb5.zip
Run checkwhite on the text files.
Diffstat (limited to 'crawl-ref/git-hooks')
-rwxr-xr-xcrawl-ref/git-hooks/git_buildbot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/git-hooks/git_buildbot.py b/crawl-ref/git-hooks/git_buildbot.py
index 50d07f45d7..886ee0ca2d 100755
--- a/crawl-ref/git-hooks/git_buildbot.py
+++ b/crawl-ref/git-hooks/git_buildbot.py
@@ -263,7 +263,7 @@ def parse_options():
help="Log to the specified file")
parser.add_option("-v", "--verbose", action="count",
help="Be more verbose. Ignored if -l is not specified.")
- master_help = ("Build master to push to. Default is %(master)s" %
+ master_help = ("Build master to push to. Default is %(master)s" %
{ 'master' : master })
parser.add_option("-m", "--master", action="store", type="string",
help=master_help)