Fixes post_push
This commit is contained in:
parent
7a56328fad
commit
08ce78c889
1 changed files with 2 additions and 1 deletions
3
.config/yadm/hooks/post_push
Normal file → Executable file
3
.config/yadm/hooks/post_push
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue