Skip to content

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 3ee14c9 commit 814d49f
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 @@ -86,7 +86,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 814d49f

Please sign in to comment.