From 3ed7b7b14765446434dc4d9fc053e456aac36b51 Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Sat, 28 Mar 2020 21:13:15 -0500 Subject: [PATCH] Fix default config creation --- shallow_backup/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shallow_backup/config.py b/shallow_backup/config.py index dea200bd..de327c86 100644 --- a/shallow_backup/config.py +++ b/shallow_backup/config.py @@ -53,7 +53,7 @@ def get_default_config(): ".gitconfig", ".profile", ".pypirc", - f"{get_config_path}", + f"{get_config_path()}", ".tmux.conf", ".vimrc", ".zlogin",