From 8b56893cfffedbaa5b32dac752f093ef1e4e93de Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:34:40 +0200 Subject: [PATCH] build: fix index of --debug flag Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/build/checks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/build/checks.md b/content/build/checks.md index 8586e0442a..d121efc38f 100644 --- a/content/build/checks.md +++ b/content/build/checks.md @@ -57,7 +57,7 @@ Dockerfile the issue originated. If you want to see more detailed information about the checks, you can use the `--debug` flag. For example: ```console -$ docker build --debug . +$ docker --debug build . [+] Building 3.5s (11/11) FINISHED ...