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 f9321bc commit 38bf061Copy full SHA for 38bf061
pkg/objects/swift.go
@@ -99,7 +99,7 @@ func (s *SwiftLocation) Validate(name string) []error {
99
result = append(result, fmt.Errorf("missing value for %s.user_domain_name", name))
100
}
101
102
- if string(s.ApplicationCredentialSecret) == "" {
+ if s.ApplicationCredentialSecret == "" {
103
result = append(result, fmt.Errorf("missing value for %s.application_credential_secret", name))
104
105
} else {
0 commit comments