From 248224a8d9735b1e2f7603225acb6cca7b39570a Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Thu, 17 Jun 2021 16:22:58 -0500 Subject: [PATCH] Fix git_template --- bombadil.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bombadil.toml b/bombadil.toml index b1185f2..bf5a91c 100644 --- a/bombadil.toml +++ b/bombadil.toml @@ -33,6 +33,6 @@ tmux = { source = "tmux", target = ".config/tmux" } tmux_conf = { source = "tmux.conf", target = ".tmux.conf" } # git -git_templates = { source = "git-templates", target = ".git-templates" } +git_template = { source = "git_template", target = ".git_template" } gitconfig = { source = "gitconfig", target = ".gitconfig" } gitignore = { source = "gitignore", target = ".gitignore" }