Skip to content

Commit 79f033d

Browse files
committed
Try to fix #116
1 parent 3b749f2 commit 79f033d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
set -euxo pipefail
44

5-
exec /root/.composer/vendor/bin/phplint $@
5+
sh -c "/root/.composer/vendor/bin/phplint $*"

0 commit comments

Comments
 (0)