Skip to content

Commit 0338233

Browse files
authored
Merge pull request #258 from alichtman/fix_default_config_creation
Fix default config creation
2 parents 6d1ebbb + 3ed7b7b commit 0338233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shallow_backup/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_default_config():
5353
".gitconfig",
5454
".profile",
5555
".pypirc",
56-
f"{get_config_path}",
56+
f"{get_config_path()}",
5757
".tmux.conf",
5858
".vimrc",
5959
".zlogin",

0 commit comments

Comments
 (0)