From a3540df14e327534eee9c824aacd3bb21420ef09 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 18 Feb 2022 09:42:54 -0500 Subject: [PATCH] add directory to update --- template_git.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template_git.toml b/template_git.toml index 08f6607..78531b3 100644 --- a/template_git.toml +++ b/template_git.toml @@ -6,5 +6,6 @@ max_concurrency = 1 # Additional git repositories to pull repos = [ "/etc/bash_aliases", - "/etc/topgrade" + "/etc/topgrade", + "/etc/template_setup" ]