mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Resolving spelling and quotation issues.
This commit is contained in:
parent
fcfac10c23
commit
bcf7060570
1 changed files with 1 additions and 1 deletions
|
@ -6184,7 +6184,7 @@ install_voidlinux_stable_deps() {
|
|||
|
||||
if [ "${_EXTRA_PACKAGES}" != "" ]; then
|
||||
echoinfo "Installing the following extra packages as requested: ${_EXTRA_PACKAGES}"
|
||||
xbps-install -Suy ${_EXTRA_PACKGES} || return 1
|
||||
xbps-install -Suy "${_EXTRA_PACKAGES}" || return 1
|
||||
fi
|
||||
|
||||
return 0
|
||||
|
|
Loading…
Add table
Reference in a new issue