chore: typo

This commit is contained in:
Arthur Chaloin
2023-04-12 14:46:44 +02:00
committed by Thibault VINCENT
parent e8f3be0322
commit dc3b7ce391
+1 -1
View File
@@ -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 + "\"")}
}
}