We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adad869 commit 4aafde8Copy full SHA for 4aafde8
pkg/cloud/user_credentials.go
@@ -72,10 +72,8 @@ func (c *client) ResolveDomain(domain *Domain) error {
72
// Ensure the path begins with ROOT.
73
if !strings.EqualFold(tokens[0], rootDomain) {
74
tokens = append([]string{rootDomain}, tokens...)
75
- } else {
76
- tokens[0] = rootDomain
77
- domain.Path = strings.Join(tokens, domainDelimiter)
78
}
+ domain.Path = strings.Join(tokens, domainDelimiter)
79
80
81
// Set present search/list parameters.
0 commit comments