From 75080cc7dbfc22aeb20d08130c73bdb6bdc35235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 19 Jan 2021 11:37:13 +0100 Subject: [PATCH] Fix dev command to update assets in docs --- docs/dev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev.rst b/docs/dev.rst index c161692..ef5f2e2 100644 --- a/docs/dev.rst +++ b/docs/dev.rst @@ -54,7 +54,7 @@ You can then import edx-platform and django modules and execute python code. To collect assets, you can use the ``openedx-assets`` command that ships with Tutor:: - tutor dev run lms openedx-assets --env=dev + tutor dev run lms openedx-assets build --env=dev .. _bind_mounts: