Skip to content

Commit c092fed

Browse files
fix(builder): exec the runner
1 parent e8102fb commit c092fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • builder/slugrunner/runner

builder/slugrunner/runner/init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ fi
6363

6464
## Run!
6565

66-
$runner "$command"
66+
exec $runner "$command"

0 commit comments

Comments
 (0)