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 a5ffdbb commit 6830123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shallow_backup/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def backup_dotfiles(backup_dest_path, dry_run=False, home_path=os.path.expanduse
:param skip: Boolean flag to skip prompting for overwrite. Used for scripting.
:param backup_dest_path: Destination path for dotfiles. Like, ~/shallow-backup/dotfiles. Used in tests.
:param home_path: Path where dotfiles will be found. $HOME by default.
:param dry_run: Flag for determining if debug info should be shown, or copying should occur.
:param dry_run: Flag for determining if debug info should be shown or copying should occur.
"""
print_section_header("DOTFILES", Fore.BLUE)
if not dry_run:
Expand Down

0 comments on commit 6830123

Please sign in to comment.