Skip to content

Commit

Permalink
Update autofix.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy authored Oct 27, 2023
1 parent 3fef4e0 commit 60e88ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/lint/autofix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const AUTOFIX_IGNORE_FILES: Git.IgnoredFile[] = [
path.join(gitRoot, file.path),
'utf8',
);
return content.includes(':_authToken=');
return content.includes('_authToken=');
},
},
{
Expand Down

0 comments on commit 60e88ce

Please sign in to comment.