From d4c4eefe4cb0a48911191da158fff758105ec049 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 7 Dec 2019 16:23:45 -0800 Subject: [PATCH] Updated SC2230 (markdown) --- SC2230.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2230.md b/SC2230.md index 068e6be..2ce76c3 100644 --- a/SC2230.md +++ b/SC2230.md @@ -20,7 +20,7 @@ command -v grep ### Exceptions: -This check is opt-in only in 0.7.1+, and you may choose to [[ignore it]] in earlier versions. `which` is very common, and some prefer its executable-or-nothing behavior over `command -v`'s handling of builtins, functions and aliases. +This check is opt-in only in 0.7.1+, and you may choose to [[ignore]] it in earlier versions. `which` is very common, and some prefer its executable-or-nothing behavior over `command -v`'s handling of builtins, functions and aliases. ### Caveats: