diff --git a/jrnl/jrnl.py b/jrnl/jrnl.py index 811cd222..40019f3a 100755 --- a/jrnl/jrnl.py +++ b/jrnl/jrnl.py @@ -36,6 +36,7 @@ def update_config(config): config[key] = default_config[key] with open(CONFIG_PATH, 'w') as f: json.dump(config, f, indent=2) + print("[.jrnl_conf updated to newest version]") def parse_args(): parser = argparse.ArgumentParser()