This repository was archived by the owner on Feb 10, 2026. It is now read-only.
Commit 5805945
committed
Fix: Use full path for phparkitect command
The PATH environment variable modification wasn't working correctly
in the entrypoint context. Reverting to use explicit full path
/composer/vendor/bin/phparkitect to ensure the command is found.
This fixes the test failures where phparkitect command was not found.1 parent 559eeb2 commit 5805945
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
0 commit comments