aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-09-01 12:36:42 +0200
committerGuido Günther <agx@sigxcpu.org>2022-09-01 13:00:13 +0200
commit2f463b9a44e662bbf568e4c7e56fda28e43c6de0 (patch)
tree0e81082ecc0d2a4a846ad007f593d570684b1664
parent907e17a9e0416d632d92044493ab69e41e243f78 (diff)
config: Print correct default for postunpack hook
-rw-r--r--gbp/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 0a5a35e4..4f9e91d3 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -340,7 +340,7 @@ class GbpOptionParser(OptionParser):
"default is '%(postimport)s'",
'postunpack':
"hook run after a unpacking the tarballs, "
- "default is '%(postimport)s'",
+ "default is '%(postunpack)s'",
'hooks':
"Enable running all hooks, default is %(hooks)s",
'upstream-signatures':