diff options
Diffstat (limited to '.husky/pre-commit')
| -rwxr-xr-x | .husky/pre-commit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit index d2ae35e..5a182ef 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" yarn lint-staged |
