Skip to content

Commit

Permalink
docs: fix typo in MOUNTED_DIRECTORIES guide (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick authored Apr 2, 2024
1 parent 431ddc9 commit 24e2f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/edx-platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ It is quite possible that your package is not automatically recognized and bind-

To do so, you will need to create a :ref:`Tutor plugin <plugin_development_tutorial>` that implements the :py:data:`tutor.hooks.Filters.MOUNTED_DIRECTORIES` filter::

import tutor import hooks
from tutor import hooks
hooks.Filters.MOUNTED_DIRECTORIES.add_item(("openedx", "my-package"))

After you implement and enable that plugin, ``tutor mounts list`` should display your directory among the bind-mounted directories.
Expand Down

0 comments on commit 24e2f0d

Please sign in to comment.