You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here you have the trigger to hash the file .chezmoidata/packages.yml but no such file exists. It should look for the file .chezmoidata/packages.yaml instead.
Correct line would be:
# packages.yaml hash: {{ include ".chezmoidata/packages.yaml" | sha256sum }}
The text was updated successfully, but these errors were encountered:
That's a good catch, and thanks for the fix in #2. I'm going to sit on this for a little bit because I don't run Void Linux any longer and I need to decide what I'm going to do about the package list.
Here you have the trigger to hash the file
.chezmoidata/packages.yml
but no such file exists. It should look for the file.chezmoidata/packages.yaml
instead.Correct line would be:
The text was updated successfully, but these errors were encountered: