diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2020-06-07 10:59:01 +0200 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2020-06-07 10:59:01 +0200 |
commit | 9f7e1ded9aa25b28a0c3b26bb84837e4dd5c86f4 (patch) | |
tree | 0583eace2c1f397bdad8b96db502cef17323184e | |
parent | efd87b29e4a84e6e8ec4d97ca84653a114476802 (diff) | |
download | calendar-cli-9f7e1ded9aa25b28a0c3b26bb84837e4dd5c86f4.zip |
minor text tweak
-rwxr-xr-x | calendar-cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar-cli.py b/calendar-cli.py index c032d1d..c657d5e 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -243,7 +243,7 @@ def interactive_config(args, config, remaining_argv): modified = False print("Welcome to the interactive calendar configuration mode") - print("Warning - untested code ahead, raise issues at t-calendar-cli@tobixen.no or the github repo") + print("Warning - untested code ahead, raise issues at t-calendar-cli@tobixen.no or the github issue tracker") if not config or not hasattr(config, 'keys'): config = {} print("No valid existing configuration found") |