Explain do_clone in docstring, that includes pull to update

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-04 14:29:44 +02:00
parent a90f4dd9df
commit 9cbba5eeac

View file

@ -73,7 +73,7 @@ class Installer:
def do_clone(
self, url: str, dest: str, branch: str = "master", condition: str = "true"
) -> None:
"""Do the git clone."""
"""Clone if new, remove and clone if force, pull if update."""
if not self.evaluate_condition(condition):
ui.info_2("Skipping", url)