Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/calm
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-12-05 01:30:54 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-12-05 01:30:54 +0300
commitbabffd1ee53003c589de0e1374e531c4380561e9 (patch)
tree28e0a9635464bc87afdc3de97b246ca999fe9dae /calm
parent1d345508ee7ed441330da4a9810f21af216c6e58 (diff)
Allow correct keep-superseded-test: key name in hint
FIx a thinko in 3282d5c9, where the key we allowed in the hint parser and the key we checked for in package expiry are different. Fixes: 3282d5c9
Diffstat (limited to 'calm')
-rwxr-xr-xcalm/hint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calm/hint.py b/calm/hint.py
index b3e9a70..ddfcf74 100755
--- a/calm/hint.py
+++ b/calm/hint.py
@@ -90,7 +90,7 @@ hintkeys[override] = {
'keep-count': 'val',
'keep-count-test': 'val',
'keep-days': 'val',
- 'keep-superseded-versions': 'noval',
+ 'keep-superseded-test': 'noval',
'disable-check': 'val',
'replace-versions': 'val',
}