feat: remove entrypoint from the executor

This commit is contained in:
Pete Davison
2025-07-23 23:24:10 +00:00
parent 1402e2baaf
commit 6e80b401e6
5 changed files with 1 additions and 21 deletions

View File

@@ -120,7 +120,6 @@ func run() error {
flags.Entrypoint,
flags.Dir,
flags.Insecure,
flags.Timeout,
)
if err != nil {
return err