mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 01:18:31 +02:00
corrected typo
This commit is contained in:
parent
3323db3e2a
commit
10235b77ce
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ def run(manual_args=None):
|
||||||
elif args.encrypt is not False:
|
elif args.encrypt is not False:
|
||||||
encrypt(journal, filename=args.encrypt)
|
encrypt(journal, filename=args.encrypt)
|
||||||
# Not encrypting to a separate file: update config!
|
# Not encrypting to a separate file: update config!
|
||||||
if not args.encrypt or args.encrypt == config['journal]:
|
if not args.encrypt or args.encrypt == config['journal']:
|
||||||
update_config(original_config, {"encrypt": True}, journal_name, force_local=True)
|
update_config(original_config, {"encrypt": True}, journal_name, force_local=True)
|
||||||
install.save_config(original_config, config_path=CONFIG_PATH)
|
install.save_config(original_config, config_path=CONFIG_PATH)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue