From 7e9b2dca39610f66bcacd5d4ca854eeaa0159044 Mon Sep 17 00:00:00 2001 From: Michele Bologna Date: Fri, 22 Apr 2022 22:26:00 +0200 Subject: [PATCH] Fix: correct option name (#902) The option name is now `pull_predefined`. This commit fixed the template config with the new option name --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index ac745708..f499d093 100644 --- a/config.example.toml +++ b/config.example.toml @@ -46,7 +46,7 @@ #] # Don't pull the predefined git repos -#predefined_repos = false +#pull_predefined = false # Arguments to pass Git when pulling Repositories #arguments = "--rebase --autostash"