Skip to content

Commit

Permalink
Merge pull request #268 from ThatsJustCheesy/backup-path-update-equal…
Browse files Browse the repository at this point in the history
…s-move
  • Loading branch information
alichtman committed Apr 23, 2020
2 parents c11e490 + 381705d commit 5653bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shallow_backup/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def path_update_prompt(config):
"""
current_path = config["backup_path"]
print_path_blue("Current shallow-backup path:", current_path)
if prompt_yes_no("Would you like to update this?", Fore.GREEN, invert=True):
if prompt_yes_no("Would you like to move this somewhere else?", Fore.GREEN, invert=True):
while True:
print_green_bold("Enter relative or absolute path:")
abs_path = expand_to_abs_path(input())
Expand Down

0 comments on commit 5653bb0

Please sign in to comment.