From c67e038affc70f4e04a8432a63c1a503aa7015aa Mon Sep 17 00:00:00 2001 From: Andrew Courtice Date: Tue, 21 Sep 2021 08:56:35 +1000 Subject: [PATCH] fix: fixed husky shell ref --- .husky/common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.husky/common.sh b/.husky/common.sh index dd67aa2a..d5f3a904 100644 --- a/.husky/common.sh +++ b/.husky/common.sh @@ -1,3 +1,5 @@ +#!/bin/sh + command_exists () { command -v "$1" >/dev/null 2>&1 }