Skip to content

Commit

Permalink
Fixed default directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Oct 18, 2018
1 parent 1d2cd21 commit 7e9f5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shallow_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def get_default_config():
Returns a default configuration.
"""
return {
"backup_path": "DEFAULT",
"backup_path": "~/shallow-backup",
"dotfiles" : [
".bashrc",
".bash_profile",
Expand Down

0 comments on commit 7e9f5e4

Please sign in to comment.