From 1778d4c7c46b760da8bfe33faf06b1a0ad72a6ce Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 24 Jun 2020 17:15:26 +0200 Subject: [PATCH] Update topgrade configuration Signed-off-by: Severin Kaderli --- system/.config/topgrade.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/.config/topgrade.toml b/system/.config/topgrade.toml index 5a45a4d..e7f04c7 100644 --- a/system/.config/topgrade.toml +++ b/system/.config/topgrade.toml @@ -1,5 +1,5 @@ -predefined_git_repos = false - -git_repos = [ +[git] +pull_predefined = false +repos = [ "~/dotfiles" ] \ No newline at end of file