Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Feb 11, 2017
1 parent 945ebf1 commit e6ab0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function provideBuilder() {
}

iEligible() {
if (atom.config.get(meta.name + '.alwaysThe build provider will be available in your project, even when not eligibleible') === true) {
if (atom.config.get(meta.name + '.alwaysEligible') === true) {
return true;
}

Expand Down

0 comments on commit e6ab0e9

Please sign in to comment.