Fixes post_push

This commit is contained in:
Michel Fedde 2025-09-27 15:24:33 +02:00
parent 7a56328fad
commit 08ce78c889

3
.config/yadm/hooks/post_push Normal file → Executable file
View file

@ -3,6 +3,7 @@
handleSecretChanges() {
secretsFolderPath="$HOME/.local/share/secrets"
git --git-dir "$secretsFolderPath/.git" --work-tree "$secretsFolderPath" push }
git --git-dir "$secretsFolderPath/.git" --work-tree "$secretsFolderPath" push
}
handleSecretChanges