From: David Kalnischkies Date: Thu, 20 Jun 2013 18:21:58 +0000 (+0200) Subject: fix syntax error in the configure-index X-Git-Tag: 0.9.9~4^2~4 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/947da3eb4ecaf6b7d64bbcfb656efeff33cff58b 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 --- diff --git a/doc/examples/configure-index b/doc/examples/configure-index index f75b5738a..f4d9d17f2 100644 --- a/doc/examples/configure-index +++ b/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";