Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Sep 4, 2020
1 parent 9ada80c commit 0c0261e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -130,7 +130,7 @@ function _Release (options, emitter, callback) {
}

if (body.message === 'Bad credentials') {
return callback(new Error('GitHub says password is no beuno. please clear your cache manually. https://github.com/hypermodules/gh-release#config-location'))
return callback(new Error('GitHub says password is no bueno. please clear your cache manually. https://github.com/hypermodules/gh-release#config-location'))
}

if (options.assets) {
Expand Down

0 comments on commit 0c0261e

Please sign in to comment.