From da327e28afb5f90532864a4969d9561b9d7ce3b5 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Thu, 31 Jul 2025 15:20:09 +0900 Subject: [PATCH] Updated SC2195 (markdown) --- SC2195.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2195.md b/SC2195.md index d18fe69..63c94ca 100644 --- a/SC2195.md +++ b/SC2195.md @@ -25,7 +25,7 @@ For more examples of when this could happen, see [SC2193](https://github.com/koa Note that ShellCheck warns about individual patterns in a branch, and will flag `*.png` in this example even though the branch is not dead: -``` +```sh case "${img}.jpg" in *.png | *.jpg) echo "It's an image" esac