From 2bf6237c550a2f8747b0377050de8fdafd8608fa Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 26 May 2024 09:14:11 +0100 Subject: Correct hash bang --- task_report_to_email.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task_report_to_email.pl b/task_report_to_email.pl index f1260ed..7042ac4 100755 --- a/task_report_to_email.pl +++ b/task_report_to_email.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; -- cgit v1.2.3