summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/gbp-posttag-push2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gbp-posttag-push b/examples/gbp-posttag-push
index 012670df..76235ad6 100755
--- a/examples/gbp-posttag-push
+++ b/examples/gbp-posttag-push
@@ -84,7 +84,7 @@ def main(argv):
parser = GbpOptionParser(command=os.path.basename(argv[0]), prefix='',
usage='%prog [options] paths')
except ConfigParser.ParsingError as err:
- gbp.log.errror(err)
+ gbp.log.error(err)
return 1
parser.add_option("-d", "--dry-run", dest="dryrun", default=False,