Fix sourcing files
This commit is contained in:
parent
b821339e69
commit
3fea4a6c78
@ -48,19 +48,19 @@ main() {
|
||||
;;
|
||||
prettier)
|
||||
__initVariables "$@"
|
||||
source ${INCLUDES_PATH}/prettier.shinc
|
||||
source ${INCLUDES_PATH}/formatters/prettier.shinc
|
||||
__prettier
|
||||
return $?
|
||||
;;
|
||||
csscomb)
|
||||
__initVariables "$@"
|
||||
source ${INCLUDES_PATH}/csscomb.shinc
|
||||
source ${INCLUDES_PATH}/formatters/csscomb.shinc
|
||||
__csscomb
|
||||
return $?
|
||||
;;
|
||||
php-cs-fixer)
|
||||
__initVariables "$@"
|
||||
source ${INCLUDES_PATH}/php-cs-fixer.shinc
|
||||
source ${INCLUDES_PATH}/formatters/php-cs-fixer.shinc
|
||||
__phpFixer
|
||||
return $?
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user