From 312e37a1df5f4518a0d9814562e6ca46f83af191 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:17:35 +0100 Subject: [PATCH] fix: misplaced closing tag for tab component Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/scout/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/scout/quickstart.md b/content/scout/quickstart.md index 32d979a3a2..111517e90d 100644 --- a/content/scout/quickstart.md +++ b/content/scout/quickstart.md @@ -213,7 +213,6 @@ see the changes in vulnerabilities between the two tags. You can see that {{< /tab >}} {{< tab name="CLI" >}} -{{< /tab >}} Use the `docker scout compare` command to see the compare two image versions. Pass the image that you want to compare as a positional argument to the @@ -223,6 +222,7 @@ command, and specify the base image to compare with using the `--to` flag. $ docker scout compare --to /scout-demo:v1 /scout-demo:v3 ``` +{{< /tab >}} {{< /tabs >}} ## What's next?