Skip to content

Commit

Permalink
Merge pull request #258 from alichtman/fix_default_config_creation
Browse files Browse the repository at this point in the history
Fix default config creation
  • Loading branch information
alichtman committed Mar 29, 2020
2 parents 6d1ebbb + 3ed7b7b commit 0338233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shallow_backup/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_default_config():
".gitconfig",
".profile",
".pypirc",
f"{get_config_path}",
f"{get_config_path()}",
".tmux.conf",
".vimrc",
".zlogin",
Expand Down

0 comments on commit 0338233

Please sign in to comment.