mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
add :
This commit is contained in:
parent
38298c9145
commit
431deb9201
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ def main(args):
|
|||
# again fails. Publishing the snaps can be done multiple times though
|
||||
# so we do that first to make it easier to run the script again later
|
||||
# if something goes wrong.
|
||||
if version.startswith('1.')
|
||||
if version.startswith('1.'):
|
||||
promote_snaps(version)
|
||||
else:
|
||||
publish_windows(css)
|
||||
|
|
|
|||
Loading…
Reference in a new issue