From 8d313a6fd3143e70e0455ccbfc665513509ee2a9 Mon Sep 17 00:00:00 2001 From: Simon Brandt <123938598+Simon-Brandt@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:42:10 +0100 Subject: [PATCH] Fix link to "parser error" on shellcheck.net as in SC1009 --- SC1073.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1073.md b/SC1073.md index fe13946..f6b542f 100644 --- a/SC1073.md +++ b/SC1073.md @@ -4,4 +4,4 @@ This parsing error points to the structure ShellCheck was trying to parse when a Make any necessary fixes and check the script again, since most of ShellCheck's functionality can only be applied to scripts that parse successfully. -See [[Parser error]] for more information. +See [[[Parser error]]](https://www.shellcheck.net/wiki/Parser-error) for more information.