From 20b3d8aec00e82c436b55d2dff3184545fa00d63 Mon Sep 17 00:00:00 2001 From: Christoph Kuhnke Date: Fri, 11 Oct 2024 14:09:26 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Torsten Kilias --- doc/developer_guide/developer_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer_guide/developer_guide.md b/doc/developer_guide/developer_guide.md index 9f04b2e..9cde187 100644 --- a/doc/developer_guide/developer_guide.md +++ b/doc/developer_guide/developer_guide.md @@ -13,7 +13,7 @@ If you want to build the AAF SLC then 3. Use the AAF developer commands for building and deploying custom SLCs into Exasol. ```shell -poetry run nox build_language_container +poetry run nox -s build_language_container ``` See [Install the SLC](../user_guide/user_guide.md#install-the-slc).