fix keying error
This commit is contained in:
parent
7cdcaf9bb7
commit
6f77f389cd
@ -161,7 +161,7 @@ def main():
|
|||||||
exit(0)
|
exit(0)
|
||||||
else:
|
else:
|
||||||
if flag_interactive:
|
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")
|
print("You can clone and deploy this repository to local config directory")
|
||||||
ans = input("Continue (y/N): ").lower()
|
ans = input("Continue (y/N): ").lower()
|
||||||
if ans == "n" and not ans == "y":
|
if ans == "n" and not ans == "y":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user