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
|
@ -15,7 +15,7 @@ output::section "Ruby"
|
|||
|
||||
if output::prompt "Do you want to install ruby gems?"; then
|
||||
output::log "Installing ${#CONFIG_RUBY_GEMS[@]} gems"
|
||||
output::list ${CONFIG_RUBY_GEMS[@]}
|
||||
output::list "${CONFIG_RUBY_GEMS[@]}"
|
||||
gem install "${CONFIG_RUBY_GEMS[@]}" |& output::debug
|
||||
output::success "Gems successfully installed"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue