Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Oct 4, 2024
1 parent 439af93 commit 701012a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/windows/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ if ($allownonascii -ne $true) {

# Call an additional script for checks before pushing (if applicable)
# Ensure that `check-before-push.ps1` exists in the repo
if (Test-Path "./check-before-push.ps1") {
& "./check-before-push.ps1"
if (Test-Path "./check-before-push.bat") {
& "./check-before-push.bat"
}

exit 0

0 comments on commit 701012a

Please sign in to comment.