From d26db3b1f2dfa69c9a856aef28f353c573a980bd Mon Sep 17 00:00:00 2001 From: Tristan Pemble Date: Sun, 27 Feb 2022 19:04:59 -0800 Subject: [PATCH] Fix shebang --- hooks/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/environment b/hooks/environment index 4639c99..80305e9 100755 --- a/hooks/environment +++ b/hooks/environment @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -eu -o pipefail # Reads either a value or a list from plugin config