diff --git a/jrnl/args.py b/jrnl/args.py index 4e7c1199..5232e3d2 100644 --- a/jrnl/args.py +++ b/jrnl/args.py @@ -42,7 +42,7 @@ def deserialize_config_args(input: list) -> dict: cfg_value = True elif cfg_value.lower() == "false": cfg_value = False - + runtime_modifications[cfg_key] = cfg_value return runtime_modifications