From b005795324502747e627568112c0e1cb22a89a1f Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 24 Aug 2023 07:15:01 +0100 Subject: [PATCH] Use /usr/bin/env to find ruby. Improves cross platform support --- hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/pre-commit b/hooks/pre-commit index a55ac2a93..449a8c6f2 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby ok = true -- 2.43.2