bug: typo in work encrypted name

This commit is contained in:
Matthew Ryan Dillon 2025-04-06 21:19:01 -04:00 committed by Matthew Ryan DIllon
parent f9b46a6ae3
commit 4fe9b63d42

View file

@ -46,5 +46,5 @@ brew install \
mingw-w64 \ mingw-w64 \
pandoc pandoc
{{ else if eq .hosttype "work" -}} {{ 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 }} {{ end }}