Skip to content

Commit

Permalink
Update shallow_backup/backup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed May 13, 2020
1 parent 6830123 commit fea31a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shallow_backup/backup.py
Expand Up @@ -98,6 +98,7 @@ def backup_configs(backup_path, dry_run: bool = False, skip=False):
path relative to the configs/ directory.
"""
print_section_header("CONFIGS", Fore.BLUE)
# Don't clear any directories if this is a dry run
if not dry_run:
overwrite_dir_prompt_if_needed(backup_path, skip)
config = get_config()
Expand Down

0 comments on commit fea31a8

Please sign in to comment.