Merge remote-tracking branch 'remotes/from/ce/release/1.21.x' into release/1.21.x

This commit is contained in:
hc-github-team-secure-vault-core 2026-02-06 21:07:18 +00:00
commit 7c272ec2cf

View File

@ -60,7 +60,7 @@ fail() {
# that of hashicorp/vault-enterprise, otherwise it returns 1.
remote_url_is_enterprise() {
case "$1" in
git@github.com:hashicorp/vault-enterprise.git | https://github.com/hashicorp/vault-enterprise.git)
git@github.com:hashicorp/vault-enterprise* | https://github.com/hashicorp/vault-enterprise*)
return 0
;;
*)