fix keying error

This commit is contained in:
Ferit Yiğit BALABAN 2023-05-25 07:40:09 +03:00
parent 7cdcaf9bb7
commit 6f77f389cd
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB

View File

@ -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":