diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2021-04-13 17:52:07 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2021-04-13 17:52:07 +0200 |
commit | 9d95c64be8dd5a74efb7bcd134f6425c837c22ca (patch) | |
tree | 7ae93802ab8effc5900f4a1972ff62057c71d1cd /doc | |
parent | 8f84d45b7b7fcefb622314b74ac103dba347fb7c (diff) |
Remove inversed comment for AllowUnsizedPackages
It defaults to false, like the other options there do.
Diffstat (limited to 'doc')
-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 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>" { |