From eff5e654c5f01678b11ab15659a645a40e28a5f9 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Sat, 28 Dec 2024 17:04:42 +0100 Subject: [PATCH] Add Missing Clsoing Paren On Link Signed-off-by: Sven Strittmatter --- ...024-10-25-run-x86-images-with-kubernetes-on-apple-silicon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/blog/2024-10-25-run-x86-images-with-kubernetes-on-apple-silicon.md b/documentation/blog/2024-10-25-run-x86-images-with-kubernetes-on-apple-silicon.md index 35c281eaf4..ed2ba89b06 100644 --- a/documentation/blog/2024-10-25-run-x86-images-with-kubernetes-on-apple-silicon.md +++ b/documentation/blog/2024-10-25-run-x86-images-with-kubernetes-on-apple-silicon.md @@ -128,7 +128,7 @@ helm --namespace securecodebox-system \ oci://ghcr.io/securecodebox/helm/operator ``` -Then install the scanners you want, e.g. [Nmap](https://nmap.org/: +Then install the scanners you want, e.g. [Nmap](https://nmap.org/): ```shell helm install nmap oci://ghcr.io/securecodebox/helm/nmap kubectl get scantypes