Skip to content

Commit

Permalink
Update bootstrap-salt.sh
Browse files Browse the repository at this point in the history
fixed missing quotes
  • Loading branch information
Dudek-AMS authored Jan 9, 2024
1 parent e5a814c commit cecea60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3663,7 +3663,7 @@ __install_saltstack_debian_repository() {
SALTSTACK_DEBIAN_URL="${HTTP_VAL}://${_REPO_URL}/${__PY_VERSION_REPO}/debian/${DEBIAN_RELEASE}/${__REPO_ARCH}"
echo "$__REPO_ARCH_DEB $SALTSTACK_DEBIAN_URL $DEBIAN_CODENAME main" > "/etc/apt/sources.list.d/salt.list"

__apt_key_fetch "$SALTSTACK_DEBIAN_URL/SALT-PROJECT-GPG-PUBKEY-2023.gpg || return 1
__apt_key_fetch "$SALTSTACK_DEBIAN_URL/SALT-PROJECT-GPG-PUBKEY-2023.gpg" || return 1

__wait_for_apt apt-get update || return 1
}
Expand Down

0 comments on commit cecea60

Please sign in to comment.