mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-28 16:27:16 +00:00
chore: typo
This commit is contained in:
committed by
Thibault VINCENT
parent
e8f3be0322
commit
dc3b7ce391
@@ -305,7 +305,7 @@ func (exporter *Exporter) collectMatchingPaths(pattern string, format certificat
|
||||
if directories {
|
||||
return nil, []error{errors.New("no directory match \"" + pattern + "\"")}
|
||||
} else {
|
||||
return nil, []error{errors.New("no file match \"" + pattern + "\"")}
|
||||
return nil, []error{errors.New("no files match \"" + pattern + "\"")}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user