mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
parent
e343a87243
commit
4be1733140
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue