mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
fix lint for sh
This commit is contained in:
parent
3b43309236
commit
8ec0e8d130
1 changed files with 1 additions and 1 deletions
|
@ -4130,7 +4130,7 @@ __install_saltstack_rhel_repository() {
|
|||
IFS=,
|
||||
gpg_key_urls=""
|
||||
for key in $gpg_key; do
|
||||
gpg_key_urls+="${base_url}${key},"
|
||||
gpg_key_urls=$(printf "${base_url}${key},%s" "$gpg_key_urls")
|
||||
done
|
||||
IFS=$Field_Separator
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue