diff --git a/.config/yadm/hooks/post_push b/.config/yadm/hooks/post_push old mode 100644 new mode 100755 index 1a90b4b..24c337d --- a/.config/yadm/hooks/post_push +++ b/.config/yadm/hooks/post_push @@ -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