From a72744238418a85d365c0bdbf89b71d81712347f Mon Sep 17 00:00:00 2001 From: Masato Yamashita <4653960+M-Yamashita01@users.noreply.github.com> Date: Wed, 7 Sep 2022 22:28:18 +0900 Subject: [PATCH] fix shebang in pre-commit. --- pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre-commit b/pre-commit index 97e57fb..60d6877 100755 --- a/pre-commit +++ b/pre-commit @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh set -e if git diff --cached --name-only | grep -E '.(js|json)$'; then