Skip to content

Commit

Permalink
style: xo
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 3, 2021
1 parent 55a90c8 commit 27e96e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ module.exports = async function (info) {
{
type: 'input',
name: 'token',
message: 'Provide a GItHub Personal Access Token (create a token at https://github.com/settings/tokens/new?scopes=repo)',
message:
'Provide a GItHub Personal Access Token (create a token at https://github.com/settings/tokens/new?scopes=repo)',
default: async () => {
const clipboardValue = await clipboard.read();
return clipboardValue.length === 40 ? clipboardValue : null;
Expand Down

0 comments on commit 27e96e1

Please sign in to comment.