Просмотр исходного кода

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 лет назад: 13
Родитель
Сommit
947da3eb4e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/examples/configure-index

+ 1 - 1
doc/examples/configure-index

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