From 5466b9c5c68217b65f5bf31f2b3cb85decdeb0b8 Mon Sep 17 00:00:00 2001 From: jason yang Date: Thu, 7 Mar 2024 17:24:14 +0900 Subject: [PATCH] patch the cherry picked docs Signed-off-by: jason yang --- definition_files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definition_files.rst b/definition_files.rst index 8fd8064f..db710787 100755 --- a/definition_files.rst +++ b/definition_files.rst @@ -397,7 +397,7 @@ The ``%post`` scriptlet will run under ``sh`` or ``bash`` by default. You can change the shell or interpreter that the scriptlet runs under by using a ``-c `` argument on the ``%post`` line, e.g: -.. code:: singularity +.. code:: {command} %post -c /bin/zsh ...