We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1533c commit 7db01efCopy full SHA for 7db01ef
1 file changed
src/index.js
@@ -38,7 +38,7 @@ program.parse(process.argv);
38
39
const [command, ...args] = program.args;
40
41
-if (!command !== 'list') {
+if (command !== 'list') {
42
octokit.authenticate({
43
type: 'oauth',
44
token: program.token || process.env.GITHUB_TOKEN
0 commit comments