From e5be261c601ec0d4559419803a81d69ae167531f Mon Sep 17 00:00:00 2001 From: koalaman Date: Fri, 30 Jan 2015 13:47:19 -0800 Subject: [PATCH] Updated SC1078 (markdown) --- SC1078.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1078.md b/SC1078.md index 1bbc1f8..447f33e 100644 --- a/SC1078.md +++ b/SC1078.md @@ -14,7 +14,7 @@ The first line is missing a quote. -ShellCheck warns when it detects multi-line double quoted, single quoted or backticked strings when the character that follows it looks out of place (and gives a companion warning SC1079 at that spot). +ShellCheck warns when it detects multi-line double quoted, single quoted or backticked strings when the character that follows it looks out of place (and gives a companion warning [[SC1079]] at that spot). ### Exceptions