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 9138222 commit 7d2525e
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 @@ -91,7 +91,7 @@ export function provideBuilder() {
return 'BridleNSIS';
}

iEligible() {
isEligible() {
if (atom.config.get(meta.name + '.alwaysEligible') === true) {
return true;
}
Expand Down

0 comments on commit 7d2525e

Please sign in to comment.