Skip to content

Commit c64e80d

Browse files
committed
fixing syntax error that was in main branch
1 parent 6842580 commit c64e80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aalto/jupyterhub-instructors/course-data.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ it minimally usable for others.
2727
**In both cases, you need to** ``chmod -R a+rX`` **the data directory
2828
whenever new files or directories are added so that the data becomes
2929
readable to students.** This can be done either by running
30-
`chmod -R a+rX` in the Jupyter terminal for each newly added
31-
file/directory, or by running `chmod -R a+rX /coursedata/*` to
30+
``chmod -R a+rX`` in the Jupyter terminal for each newly added
31+
file/directory, or by running ``chmod -R a+rX /coursedata/*`` to
3232
change permissions for all files at once.
3333

3434
Note: after you are added to relevant group to access the data, it

0 commit comments

Comments
 (0)