From 8fb02f045f632cf14fa556b5397cd550fac8f304 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 10:27:49 +0100 Subject: [PATCH] Markdown update in heading --- SC1014.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1014.md b/SC1014.md index 872aff6..66fd386 100644 --- a/SC1014.md +++ b/SC1014.md @@ -1,4 +1,4 @@ -## Use 'if cmd; then ..' to check exit code, or 'if [ "$(cmd)" = .. ]' to check output. +## Use `if cmd; then ..` to check exit code, or `if [ "$(cmd)" = .. ]` to check output. ### Problematic code: