diff --git a/Ignore.md b/Ignore.md index df05232..e89c56d 100644 --- a/Ignore.md +++ b/Ignore.md @@ -29,4 +29,4 @@ Add a [[directive]] at the top of the file: #!/bin/sh # shellcheck disable=SC2059 -Note that the [[directive]] must be on the first line after the shebang ([#779](https://github.com/koalaman/shellcheck/issues/779)). That will be fixed in 0.4.6+ \ No newline at end of file +Note that the [[directive]] must be on the first line after the shebang with versions before 0.4.6. \ No newline at end of file