Skip to content

Commit

Permalink
upper case CWD acronym
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored Feb 3, 2024
1 parent 7c9946a commit 0b37409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad_container/containers_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class ContainersAdd(Interface):
'docker pull', the image will be saved to a location
specified by `name`, and the call format will be auto-configured
to run docker, unless overwritten. The auto-configured call to docker
run mounts the cwd to '/tmp' and sets the working directory to '/tmp'.""",
run mounts the CWD to '/tmp' and sets the working directory to '/tmp'.""",
metavar="URL",
constraints=EnsureStr() | EnsureNone(),
),
Expand Down

0 comments on commit 0b37409

Please sign in to comment.