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

@ -25,7 +25,7 @@ if output::prompt "Do you want to install a Rust toolchain?"; then
output::success "Rust toolchain was installed and activated"
output::log "Installing components for Rust"
output::list ${CONFIG_RUST_COMPONENTS[@]}
output::list "${CONFIG_RUST_COMPONENTS[@]}"
rustup -q component add "${CONFIG_RUST_COMPONENTS[@]}" |& output::debug
output::success "Rust components were successfully installed"
fi