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

@ -20,7 +20,7 @@ output::section "NPM"
if output::prompt "Do you want to install global npm packages?"; then
output::log "Installing ${#CONFIG_NPM_PACKAGES[@]} packages"
output::list ${CONFIG_NPM_PACKAGES[@]}
output::list "${CONFIG_NPM_PACKAGES[@]}"
npm i -g "${CONFIG_NPM_PACKAGES[@]}" |& output::debug
output::success "Packages successfully installed"
fi