diff --git a/install.py b/install.py index aef7bed..7ae4556 100755 --- a/install.py +++ b/install.py @@ -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)