fix shebang in pre-commit.

This commit is contained in:
Masato Yamashita
2022-09-07 16:26:54 +02:00
committed by Benoit Daloze
parent f564484a57
commit a727442384
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/bin/sh
set -e
if git diff --cached --name-only | grep -E '.(js|json)$'; then