Adjust message [ci skip]

This commit is contained in:
Ines Montani 2020-09-11 10:00:49 +02:00
parent 5acd4fbcd8
commit 1bce432b4a

View File

@ -331,8 +331,8 @@ def git_sparse_checkout(repo: str, subpath: str, dest: Path, *, branch: str = "m
msg.warn(
f"You're running an old version of Git (v{git_version[0]}.{git_version[1]}) "
f"that doesn't fully support sparse checkout yet. This means that "
f"more files than necessary may be cloned. To only download the "
f"files needed, upgrade to Git v2.22 or above."
f"more files than necessary may be downloaded temporarily. To "
f"only download the files needed, upgrade to Git v2.22 or above."
)
_attempt_run_command(cmd)
# Now we need to find the missing filenames for the subpath we want.