From 4c50e8aa0e82882657f85de8c6a5d5e93d5137a0 Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Mon, 21 Nov 2022 18:27:12 -0500 Subject: [PATCH] Use env to get interpreter --- src/ingestor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ingestor.php b/src/ingestor.php index 2e4d4ca..ef0577c 100755 --- a/src/ingestor.php +++ b/src/ingestor.php @@ -1,4 +1,4 @@ -#!php +#!/usr/bin/env php