Skip to content

Commit 7db01ef

Browse files
committed
fix typos
1 parent 4a1533c commit 7db01ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ program.parse(process.argv);
3838

3939
const [command, ...args] = program.args;
4040

41-
if (!command !== 'list') {
41+
if (command !== 'list') {
4242
octokit.authenticate({
4343
type: 'oauth',
4444
token: program.token || process.env.GITHUB_TOKEN

0 commit comments

Comments
 (0)