Skip to content

Commit fd107dc

Browse files
committed
Fix typo
1 parent 000b19c commit fd107dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/actions/csr/svc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func shouldSkip(csr *wrapper.CSR) (bool, string) {
241241
return true, fmt.Sprintf("csr requesting user is not managed by CAST AI: %s", csr.RequestingUser())
242242
}
243243
if !managerSubjectCommonName(csr.ParsedCertificateRequest().Subject.CommonName) {
244-
return true, fmt.Sprintf("csr common name is not managed by CAST AIL %s", csr.ParsedCertificateRequest().Subject.CommonName)
244+
return true, fmt.Sprintf("csr common name is not managed by CAST AI %s", csr.ParsedCertificateRequest().Subject.CommonName)
245245
}
246246
return false, ""
247247
}

0 commit comments

Comments
 (0)