From 6f77f389cdaa8a2ea48a9b3c079d861aff4712a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Thu, 25 May 2023 07:40:09 +0300 Subject: [PATCH] fix keying error --- dotman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotman.py b/dotman.py index 9760f3c..f326563 100755 --- a/dotman.py +++ b/dotman.py @@ -161,7 +161,7 @@ def main(): exit(0) else: if flag_interactive: - print(f"local repository directory for {SETTINGS.SHN_REPO} does not exist") + print(f"local repository directory for {SETTINGS['SHN_REPO']} does not exist") print("You can clone and deploy this repository to local config directory") ans = input("Continue (y/N): ").lower() if ans == "n" and not ans == "y":