Skip to content

Commit a6743a1

Browse files
chore: minor tweak
1 parent df3b9f0 commit a6743a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const fetchTask = async key => {
7171
process.exit(1);
7272
}
7373

74-
// in case no key is provided, make the last key as the key
74+
// In case no key is provided, fetch the next task
7575
if (!key) {
7676
key = keys.slice(-1).pop();
7777
}

0 commit comments

Comments
 (0)