blob: 8c533ec6a682d1fcf3ea8470f50d05cb329088bf (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | commit 7ecba59a47bf3a9276d4bb6ef3976ebc2d809e4d
Author: Jan Wagner <mail_redacted_for_web>
Date:   Tue Jan 29 16:14:46 2019 +0100
    Fixing interpreter
diff --git a/check_haproxy_stats/check_haproxy_stats.pl b/check_haproxy_stats/check_haproxy_stats.pl
index 9698f78..f776bf6 100644
--- a/check_haproxy_stats/check_haproxy_stats.pl
+++ b/check_haproxy_stats/check_haproxy_stats.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl 
+#/usr/bin/perl
 # vim: se et ts=4:
 
 #
 |