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

Commit

Permalink
Merge pull request #32 from Zebouski/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
antiwinter authored Apr 9, 2020
2 parents 73ecadf + 3818d7d commit 086e481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function install(ad, update, hook) {
notify('ongoing', update ? 'checking for updates...' : 'waiting...')

api.info(ad, info => {
if (!info) return notify('failed', 'not availabe')
if (!info) return notify('failed', 'not available')

// fix source
ad.source = info.source
Expand Down

0 comments on commit 086e481

Please sign in to comment.