]> git.saurik.com Git - apt.git/commitdiff
fix syntax error in the configure-index
authorDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 20 Jun 2013 18:21:58 +0000 (20:21 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 20 Jun 2013 18:21:58 +0000 (20:21 +0200)
The file isn't supposed to be a valid config file, but it should
show valid syntax non-the-less.

Git-Dch: Ignore

doc/examples/configure-index

index f75b5738aa9253b3ea2f07ebdc4ac5ddeb18a082..f4d9d17f2c06d855027b7a40d5b6e6e4e620a654 100644 (file)
@@ -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";