aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-26 09:14:11 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-26 09:14:11 +0100
commit2bf6237c550a2f8747b0377050de8fdafd8608fa (patch)
tree917dfe0f85b28625520d4b5a3a251dd331c81dc2
parentbde34d4979749439079b3b615ee73bf2bec4bfc1 (diff)
Correct hash bang
-rwxr-xr-xtask_report_to_email.pl2
1 files changed, 1 insertions, 1 deletions
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;