From a2ed17375d15fc390b5cae04b30bedcb3b8f8343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20Gouv=C3=AAa?= <10741284+htrgouvea@users.noreply.github.com> Date: Thu, 27 Jun 2024 08:56:36 -0300 Subject: [PATCH] Update zarn.pl --- zarn.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zarn.pl b/zarn.pl index 27faf17..0dbe00c 100755 --- a/zarn.pl +++ b/zarn.pl @@ -38,7 +38,7 @@ sub main { . "\t-srf, --sarif Define the SARIF output file\n" . "\t-h, --help To see help menu of a module\n\n"; - exit 1; + return 0; } my @rules = Zarn::Helper::Rules -> new($rules);