Skip to content

Commit 2cded9b

Browse files
authored
Update target_repo_dir docstring (#721)
Update target_repo_dir docstring
2 parents 6e93cb0 + 85b0d80 commit 2cded9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

repo2docker/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@ def _user_name_default(self):
354354
target_repo_dir = Unicode(
355355
"",
356356
help="""
357-
Path inside the image where contents of the repositories are copied to.
357+
Path inside the image where contents of the repositories are copied to,
358+
and where all the build operations (such as postBuild) happen.
358359
359360
Defaults to ${HOME} if not set
360361
""",

0 commit comments

Comments
 (0)