Fix control in [win] seccion on checkout-commit

This commit is contained in:
Pablo Dobry 2025-02-08 11:19:08 -03:00 committed by blinry
parent c92afeaf55
commit 7f2fa3039f

View file

@ -36,7 +36,7 @@ git branch -df main
[win]
# Restore sisterly peace.
{ git show HEAD:piggy_bank | grep "10 coins"; } && { git show HEAD:little_sister | grep -v "10 coins"; } && { git rev-parse HEAD^^^; }
{ git show HEAD:piggy_bank | grep "10 coins"; } && { test $(git show HEAD:little_sister | wc -l) -eq $(git show HEAD:little_sister | grep -v "10 coins" | wc -l); } && { git rev-parse HEAD^^^; }
[congrats]