From 4fe9b63d421061e957f5d376cb167e33ff503da5 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Sun, 6 Apr 2025 21:19:01 -0400 Subject: [PATCH] bug: typo in work encrypted name --- home/run_once_01install-packages.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/run_once_01install-packages.sh.tmpl b/home/run_once_01install-packages.sh.tmpl index b9bf35d..48ec9fe 100644 --- a/home/run_once_01install-packages.sh.tmpl +++ b/home/run_once_01install-packages.sh.tmpl @@ -46,5 +46,5 @@ brew install \ mingw-w64 \ pandoc {{ else if eq .hosttype "work" -}} - {{ join .chezmoi.sourceDir "encrypted_work_packages.age" | include | decrypt -}} + {{ join .chezmoi.sourceDir "encrypted_dot_work_packages.age" | include | decrypt -}} {{ end }}