Add missing comma

This commit is contained in:
Marco A L Barbosa
2017-04-12 15:08:28 -03:00
parent d990f3380c
commit 79caacbbb3
+2 -2
View File
@@ -62,8 +62,8 @@ pub fn probe() -> ProbeResult {
"cert.pem",
"certs.pem",
"certs/ca-certificates.crt",
"certs/ca-root-nss.crt"
"certs/ca-bundle.crt"
"certs/ca-root-nss.crt",
"certs/ca-bundle.crt",
].iter() {
try(&mut result.cert_file, certs_dir.join(cert));
}