why cant git pull just pull

This commit is contained in:
waveringana 2025-06-16 00:33:29 -04:00
parent 8f7da696e5
commit 397d3b06f1
6 changed files with 26 additions and 39 deletions

View file

@ -55,7 +55,7 @@ if [[ "$GUEST_NAME" != "win11" ]]; then
fi
if [[ "$HOOK_NAME" == "prepare" && "$STATE_NAME" == "begin" ]]; then
start_hook
echo "do nothing"
elif [[ "$HOOK_NAME" == "release" && "$STATE_NAME" == "end" ]]; then
revert_hook
fi