diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-06-20 20:21:58 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-06-20 20:21:58 +0200 |
commit | 947da3eb4ecaf6b7d64bbcfb656efeff33cff58b (patch) | |
tree | d5490c08236a37cf607479bccb0b9b13cbc88f7b | |
parent | ae99ce2e3cadb07c80b89ab2afc804875b1026c5 (diff) |
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
-rw-r--r-- | doc/examples/configure-index | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |