Fix linting errors

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2020-03-19 19:30:50 +01:00
parent ea4eba04ff
commit 1afc729663
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
7 changed files with 12 additions and 8 deletions

View file

@ -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