Skip to content

Commit

Permalink
Fix default config creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Mar 29, 2020
1 parent 6d1ebbb commit 3ed7b7b
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 3ed7b7b

Please sign in to comment.