summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2021-04-13 17:52:07 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2021-04-13 17:52:07 +0200
commit9d95c64be8dd5a74efb7bcd134f6425c837c22ca (patch)
tree7ae93802ab8effc5900f4a1972ff62057c71d1cd
parent8f84d45b7b7fcefb622314b74ac103dba347fb7c (diff)
Remove inversed comment for AllowUnsizedPackages
It defaults to false, like the other options there do.
-rw-r--r--doc/examples/configure-index2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 593cde9a3..312ee27d6 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -257,7 +257,7 @@ Acquire
AllowInsecureRepositories "<BOOL>";
AllowWeakRepositories "<BOOL>";
AllowDowngradeToInsecureRepositories "<BOOL>";
- AllowUnsizedPackages "<BOOL>"; // defaults to true.
+ AllowUnsizedPackages "<BOOL>";
// allow repositories to change information potentially breaking user config like pinning
AllowReleaseInfoChange "<BOOL>"
{