From 2aee71b4c0772a2e9a8b9bb9df1b9a510f9fa9e0 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 12 Oct 2021 15:18:17 -0700 Subject: [PATCH] Fix typo. --- kms/azurekms/key_vault.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kms/azurekms/key_vault.go b/kms/azurekms/key_vault.go index b9a17b1c..27090f30 100644 --- a/kms/azurekms/key_vault.go +++ b/kms/azurekms/key_vault.go @@ -22,8 +22,8 @@ func init() { // Scheme is the scheme used for the Azure Key Vault uris. const Scheme = "azurekms" -// keyIDRegexp is the regular expression that Key Vault uses for on the kid. We -// can extract the vault, name and version of the key. +// keyIDRegexp is the regular expression that Key Vault uses on the kid. We can +// extract the vault, name and version of the key. var keyIDRegexp = regexp.MustCompile("^https://([0-9a-zA-Z-]+).vault.azure.net/keys/([0-9a-zA-Z-]+)/([0-9a-zA-Z-]+)$") var (