From 993ccae5854de12d4202f7caca4eb80f12748db0 Mon Sep 17 00:00:00 2001 From: gunstr <41468206+gunstr@users.noreply.github.com> Date: Mon, 10 Mar 2025 22:12:46 +0100 Subject: [PATCH] Add missing namespace to devcontainer docs (#9274) --- docs/docs/develop/devcontainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/develop/devcontainer.md b/docs/docs/develop/devcontainer.md index 3711470bb7..2b53462a9c 100644 --- a/docs/docs/develop/devcontainer.md +++ b/docs/docs/develop/devcontainer.md @@ -52,7 +52,7 @@ Tasks can help you executing scripts. You can run them by open the command panel #### Setup demo dataset -If you need some demo test-data, run the `setup-test` task. This will import an `admin` user with the password `inventree`. For more info on what this dataset contains see [inventree/demo-dataset](../demo.md). +If you need some demo test-data, run the `dev.setup-test` task. This will import an `admin` user with the password `inventree`. For more info on what this dataset contains see [inventree/demo-dataset](../demo.md). #### Setup a superuser