fix keying error
This commit is contained in:
parent
7cdcaf9bb7
commit
6f77f389cd
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user