Skip to content
Snippets Groups Projects
Commit e3b81d9e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[bootstrap] Fix minor english typo

parent dd47cc03
No related branches found
No related tags found
No related merge requests found
Pipeline #32483 passed
...@@ -227,8 +227,8 @@ def ensure_miniconda_sh(): ...@@ -227,8 +227,8 @@ def ensure_miniconda_sh():
logger.info("Re-using cached miniconda3 installer (hash matches)") logger.info("Re-using cached miniconda3 installer (hash matches)")
return return
else: else:
logger.info("Erasing cached miniconda3 installer (%s NOT match)", logger.info("Erasing cached miniconda3 installer (%s does NOT " \
actual_md5) "match)", actual_md5)
os.unlink("miniconda.sh") os.unlink("miniconda.sh")
# re-downloads installer # re-downloads installer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment