mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
fix typo
This commit is contained in:
parent
317360e9db
commit
5c092528d1
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ def main():
|
|||
|
||||
build_success = True
|
||||
for async_result in async_results:
|
||||
if not async_results.get():
|
||||
if not async_result.get():
|
||||
build_success = False
|
||||
|
||||
_dump_results(archs, status)
|
||||
|
|
|
|||
Loading…
Reference in a new issue