Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Apr 2, 2024
1 parent 1a3dcd0 commit 95bd4b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -1858,6 +1858,7 @@ script/grafana_export.sh
script/html2pdf.sh
script/install_puppeteer.sh
script/Makefile.thruk
script/maybe_offline
script/nagexp
script/nagimp
script/naglint
Expand Down
8 changes: 4 additions & 4 deletions script/maybe_offline
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ eval 'exec perl -x $0 ${1+"$@"} ;'
#line 35

##############################################
use strict;
use warnings;
use utf8;
use Pod::Usage;
use strict;
use Getopt::Long;
use Pod::Usage;
use utf8;

use Thruk::Utils ();
use Thruk::Utils::IO ();

##############################################
exit(main());
Expand Down

0 comments on commit 95bd4b6

Please sign in to comment.