Update target_repo_dir docstring (#721)

Update target_repo_dir docstring
pull/681/head
Tim Head 2019-06-27 12:44:42 +02:00 zatwierdzone przez GitHub
commit 2cded9b4ec
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -354,7 +354,8 @@ class Repo2Docker(Application):
target_repo_dir = Unicode(
"",
help="""
Path inside the image where contents of the repositories are copied to.
Path inside the image where contents of the repositories are copied to,
and where all the build operations (such as postBuild) happen.
Defaults to ${HOME} if not set
""",