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 }}