Skip to content

Commit 79098bb

Browse files
NyholmOskarStark
authored andcommitted
Show version in the output
1 parent 7e64c47 commit 79098bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

entrypoint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/sh -l
22

3-
sh -c "/usr/local/bin/php-cs-fixer fix $*"
3+
set -e
44

5+
/usr/local/bin/php-cs-fixer --version
6+
/usr/local/bin/php-cs-fixer fix $*

0 commit comments

Comments
 (0)