From ee6d2684e3a7b90fc7a76cdea7e7ba32116b5725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Sun, 7 Dec 2025 09:22:54 +0100 Subject: [PATCH] Fix formatting in shell_command documentation (#42159) --- source/_integrations/shell_command.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/shell_command.markdown b/source/_integrations/shell_command.markdown index dd3cc03256a..da4da1b90a3 100644 --- a/source/_integrations/shell_command.markdown +++ b/source/_integrations/shell_command.markdown @@ -144,6 +144,8 @@ shell_command: get_file_contents: "cat {{ filename }}" ``` +{% endraw %} + ### Using SSH with shell_command The `/root/.ssh` directory in the container is not persistent. Store your keys in `/config/.ssh` instead.