Address review comments

This commit is contained in:
Jonas-Taha El Sesiy 2021-01-21 09:51:32 -08:00
parent c851a7973e
commit ec8263dc11
No known key found for this signature in database
GPG Key ID: C55D457A823AEAB1
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import (
"gopkg.in/yaml.v2"
)
// Config represents common config items for Azure DNS and Azure Private DNS
// config represents common config items for Azure DNS and Azure Private DNS
type config struct {
Cloud string `json:"cloud" yaml:"cloud"`
Environment azure.Environment `json:"-" yaml:"-"`