Merge pull request #1201 from ryanrhee/rhee/grammar

grammar
This commit is contained in:
Anthony Sottile 2019-11-01 08:34:35 -07:00 committed by GitHub
commit 0fd4a2ea38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ def install_environment(
)
# Docker doesn't really have relevant disk environment, but pre-commit
# still needs to cleanup it's state files on failure
# still needs to cleanup its state files on failure
with clean_path_on_failure(directory):
build_docker_image(prefix, pull=True)
os.mkdir(directory)