]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2934] fix ignoring of native-pkg parameter
authorMarcin Godzina <mgodzina@isc.org>
Tue, 18 Jul 2023 11:56:44 +0000 (11:56 +0000)
committerMarcin Godzina <mgodzina@isc.org>
Tue, 18 Jul 2023 12:18:44 +0000 (14:18 +0200)
hammer.py

index 688d69013b1f5f876a2f6a03a56587dad85e61a3..be265c071b5686487288bb374a41ec83455a081b 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -2912,7 +2912,7 @@ def _get_features(args):
         # as they are not compatible with others
         features = set(ALL_FEATURES)
         features.discard('all')
-        # do not include `native-pkg` in `all` if not set explicidly in parameters
+        # do not include `native-pkg` in `all` if not set explicitly in parameters
         if 'native-pkg' not in set(vars(args)['with']):
             features.discard('native-pkg')