Explorar el Código

fix syntax error in the configure-index

The file isn't supposed to be a valid config file, but it should
show valid syntax non-the-less.

Git-Dch: Ignore
David Kalnischkies hace 13 años
padre
commit
947da3eb4e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/examples/configure-index

+ 1 - 1
doc/examples/configure-index

@@ -225,7 +225,7 @@ Acquire
 	Verify-Peer "false";
 	SslCert "/etc/apt/some.pem";
 	CaPath  "/etc/ssl/certs";
-	Verify-Host" "true";
+	Verify-Host "true";
 	AllowRedirect  "true";
 
 	Timeout "120";