From 8d561085d8b12f09b59148425d7d035dfd988c85 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:31:11 -0700 Subject: [PATCH] Update .config/topgrade.d/01-commands.toml --- dot_config/topgrade.d/01-commands.toml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/topgrade.d/01-commands.toml.tmpl b/dot_config/topgrade.d/01-commands.toml.tmpl index cfbbff9..e16229d 100644 --- a/dot_config/topgrade.d/01-commands.toml.tmpl +++ b/dot_config/topgrade.d/01-commands.toml.tmpl @@ -12,7 +12,7 @@ [commands] "Fish Shell Completions" = "fish_update_completions" {{ if lookPath "yay" -}} -"Update package list" = "yay -Qeq > {{ joinPath .chezmoi.sourceDir 'dot_config/packages/' .chezmoi.hostname }} && set_color green && printf '%s'  && set_color normal && printf '%s' ' done\n'" +"Update package list" = "yay -Qeq > {{ joinPath .chezmoi.sourceDir "dot_config/packages/" .chezmoi.hostname }} && set_color green && printf '%s'  && set_color normal && printf '%s' ' done\n'" {{ end -}} {{if lookPath "brew" -}} -"Update Brewfile" = "brew bundle dump --describe --force --file={{ joinPath .chezmoi.sourceDir 'dot_config/packages/Brewfile' }} && set_color green && printf '%s'  && set_color normal && printf '%s' ' done\n'" +"Update Brewfile" = "brew bundle dump --describe --force --file={{ joinPath .chezmoi.sourceDir "dot_config/packages/Brewfile" }} && set_color green && printf '%s'  && set_color normal && printf '%s' ' done\n'"