Skip to content

Commit

Permalink
add missing main call
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Mar 10, 2024
1 parent fd26e3d commit 932604d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ main() {
exec forge $FOUNDRY_COMMAND $SOLC_PATH $FOUNDRY_DIRECTORY
fi
}

main "${@}"

0 comments on commit 932604d

Please sign in to comment.