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

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)