double progressive percentage (#9557)

This commit is contained in:
Brad Warren 2023-01-31 12:05:01 -08:00 committed by GitHub
parent 8226d30af0
commit 00f8d82808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ ALL_SNAPS = ['certbot'] + PLUGIN_SNAPS
# for sanity checking.
SNAP_ARCH_COUNT = 3
# The percentage of users the 2.0 Certbot snap should be deployed to.
PROGRESSIVE_RELEASE_PERCENTAGE = 5
PROGRESSIVE_RELEASE_PERCENTAGE = 10
def parse_args(args):