From 199bd8567751f5b5b8ebe6bf261231b9ceccc140 Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Wed, 14 Aug 2024 14:51:58 +0200 Subject: [PATCH] docs: fix nested block The delimiters of a deep nested block needs to be different than the outer block. --- docs/modules/stackablectl/pages/installation.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/stackablectl/pages/installation.adoc b/docs/modules/stackablectl/pages/installation.adoc index 7c55400f..8c3c428a 100644 --- a/docs/modules/stackablectl/pages/installation.adoc +++ b/docs/modules/stackablectl/pages/installation.adoc @@ -88,10 +88,10 @@ $ stackablectl --version ---- [TIP] -==== +====== If macOS denies the execution of `stackablectl` go to Settings -> Security & Privacy -> General. Here you will see a pop up asking if you want to allow access for `stackablectl`. You must allow access. -==== +====== -- Windows::