Skip to content

Commit

Permalink
fixed a typo (#51)
Browse files Browse the repository at this point in the history
Fixed a typo in `funcs.py`
  • Loading branch information
kanishkanarch authored Apr 20, 2022
1 parent 4c0e261 commit 16b5549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konsave/funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def import_profile(path):
@exception_handler
def wipe():
"""Wipes all profiles."""
confirm = input('This will wipe all your profiles. Enter "WIPE" Tto continue: ')
confirm = input('This will wipe all your profiles. Enter "WIPE" To continue: ')
if confirm == "WIPE":
shutil.rmtree(PROFILES_DIR)
log("Removed all profiles!")
Expand Down

0 comments on commit 16b5549

Please sign in to comment.