Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 44ee654

Browse files
Oversight!
1 parent 895bab7 commit 44ee654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/linter-eslint-node-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ describe('The eslint provider for Linter', () => {
727727
itemSet.selector === 'atom-text-editor:not(.mini), .overlayer'
728728
&& itemSet.items.some((item) => (
729729
// Matching command...
730-
item.command === 'linter-eslint:fix-file'
730+
item.command === 'linter-eslint-node:fix-file'
731731
// Matching label
732732
&& item.label === 'ESLint Fix'
733733
// And has a function controlling display

0 commit comments

Comments
 (0)