mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Attempt to fix the var error
This commit is contained in:
parent
6ccc576dd6
commit
6a8ac76efe
|
@ -8,7 +8,7 @@ $root/vendor/bin/phpcbf $@
|
|||
exit=$?
|
||||
|
||||
# Exit code 1 is used to indicate that all fixable errors were fixed correctly.
|
||||
if [[ $exit == 1 ]]; then
|
||||
if [ $exit == 1 ]; then
|
||||
exit=0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue