Skip to content

Commit 17442ed

Browse files
committed
Fix typo
1 parent 342a08e commit 17442ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by_image/docker-stacks-foundation/test_run_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run_source_in_dir(
8282
host_data_dir = THIS_DIR / subdir
8383
cont_data_dir = "/home/jovyan/data"
8484
# https://forums.docker.com/t/all-files-appear-as-executable-in-file-paths-using-bind-mount/99921
85-
# Unfortunately, Docker treats all files in mounter dir as executable files
85+
# Unfortunately, Docker treats all files in mounted dir as executable files
8686
# So we make a copy of the mounted dir inside a container
8787
command = (
8888
"cp -r /home/jovyan/data/ /home/jovyan/data-copy/ &&"

0 commit comments

Comments
 (0)