Explain do_clone in docstring, that includes pull to update
This commit is contained in:
parent
a90f4dd9df
commit
9cbba5eeac
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue