From b1ae2106c225e8fea2d46afe9d76096cfb2cd14f Mon Sep 17 00:00:00 2001 From: Twangboy Date: Fri, 26 May 2023 12:50:51 -0600 Subject: [PATCH] Try code-block bash --- salt/modules/win_dism.py | 2 +- salt/states/win_dism.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/modules/win_dism.py b/salt/modules/win_dism.py index d5188bd3f60..d8bcebf5277 100644 --- a/salt/modules/win_dism.py +++ b/salt/modules/win_dism.py @@ -20,7 +20,7 @@ __virtualname__ = "dism" # host machine. On 32bit boxes that will always be System32. On 64bit boxes that # are running 64bit salt that will always be System32. On 64bit boxes that are # running 32bit salt the 64bit dism will be found in SysNative -# Sysnative is a virtual folder, a special alias, that can be used to access the +# SysNative is a virtual folder, a special alias, that can be used to access the # 64-bit System32 folder from a 32-bit application try: # This does not apply to Non-Windows platforms diff --git a/salt/states/win_dism.py b/salt/states/win_dism.py index 5d51854654b..b6c2ac83cd6 100644 --- a/salt/states/win_dism.py +++ b/salt/states/win_dism.py @@ -4,9 +4,9 @@ Installing of Windows features using DISM Install Windows features, capabilities, and packages with DISM -.. code-block:: yaml +.. code-block:: bash - Language.Basic-en-US-0.0.1.0: + Language.Basic~~~en-US~0.0.1.0: dism.capability_installed NetFx3: