From 9f7e1ded9aa25b28a0c3b26bb84837e4dd5c86f4 Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Sun, 7 Jun 2020 10:59:01 +0200 Subject: minor text tweak --- calendar-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3