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
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue