Skip to content

Commit

Permalink
Fix list links command
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Jan 22, 2023
1 parent 7679ea2 commit b5435d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome-cli/App.m
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ - (void)listTabs:(Arguments *)args {
}
}

- (void)listTabLinks:(Arguments *)args {
- (void)listTabsLinks:(Arguments *)args {
if (self->outputFormat == kOutputFormatJSON) {
NSMutableArray *tabInfos = [[NSMutableArray alloc] init];

Expand Down

0 comments on commit b5435d1

Please sign in to comment.