diff --git a/SC2153.md b/SC2153.md index 55ef42f..9343161 100644 --- a/SC2153.md +++ b/SC2153.md @@ -18,7 +18,7 @@ echo "$MY_VARIABLE" ShellCheck has noticed that you reference a variable that is not assigned in the script, but which has a name similar to another known variable. You should verify that the variable name is spelled correctly. -Note: This error only triggers for environment variables (all uppercase variables), and only when they have names similar to another known variable in the script. If the variable is script-local, it should by convention have a lowercase name, and will in that case be caught by [SC2154] whether or not it resembles another name. +Note: This error only triggers for environment variables (all uppercase variables), and only when they have names similar to another known variable in the script. If the variable is script-local, it should by convention have a lowercase name, and will in that case be caught by [[SC2154]] whether or not it resembles another name. ### Exceptions: