Skip to content

Commit

Permalink
fix: change script execution flow for GitHub Actions compatibility (#166
Browse files Browse the repository at this point in the history
)

- modified 'exit main();' to main();' to ensure the script runs correctly in GitHub Actions for testing Nipe on Ubuntu
  • Loading branch information
scriptprivate authored Jun 26, 2024
1 parent 6aafa3a commit 99306ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipe.pl
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ sub main {
return print Nipe::Utils::Helper -> new();
}

exit main();
main();

0 comments on commit 99306ad

Please sign in to comment.