summaryrefslogtreecommitdiff
path: root/doc/topics/airgap/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/topics/airgap/index.md')
-rw-r--r--doc/topics/airgap/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/topics/airgap/index.md b/doc/topics/airgap/index.md
index 78af867c9d1..854e0103a69 100644
--- a/doc/topics/airgap/index.md
+++ b/doc/topics/airgap/index.md
@@ -98,7 +98,7 @@ If it's not possible to follow the above method, the images can be transferred m
#### Example image packager script
-```sh
+```shell
#!/bin/bash
set -ux
@@ -120,7 +120,7 @@ done
This example loads the images from a bastion host to an offline host. In certain configurations,
physical media may be needed for such a transfer:
-```sh
+```shell
#!/bin/bash
set -ux