Clarify that SC1090 refers to ShellCheck, not sh

This commit is contained in:
Vidar Holen 2020-06-24 11:50:27 -07:00
parent 5cf2c00ff7
commit 12d9c1b76d
1 changed files with 1 additions and 1 deletions

View File

@ -2129,7 +2129,7 @@ readSource t@(T_Redirecting _ _ (T_SimpleCommand cmdId _ (cmd:file':rest'))) = d
case literalFile of
Nothing -> do
parseNoteAtId (getId file) WarningC 1090
"Can't follow non-constant source. Use a directive to specify location."
"ShellCheck can't follow non-constant source. Use a directive to specify location."
return t
Just filename -> do
proceed <- shouldFollow filename