Fix linting errors
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ea4eba04ff
commit
1afc729663
7 changed files with 12 additions and 8 deletions
|
@ -17,7 +17,7 @@ output::section "Composer"
|
|||
|
||||
if output::prompt "Do you want to install global composer packages?"; then
|
||||
output::log "Installing ${#CONFIG_COMPOSER_PACKAGES[@]} packages"
|
||||
output::list ${CONFIG_COMPOSER_PACKAGES[@]}
|
||||
output::list "${CONFIG_COMPOSER_PACKAGES[@]}"
|
||||
composer global require "${CONFIG_COMPOSER_PACKAGES[@]}" |& output::debug
|
||||
output::success "Packages successfully installed"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue