Skip to content

Commit

Permalink
fix: typo on conditional statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mradulsf committed Jul 10, 2024
1 parent 7ed19de commit cd30c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/package/version/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class PackageVersionListCommand extends SfCommand<PackageVersionListComma
}

function getCodeCoverage(): string {
if (flags.verbose) {
if (!flags.verbose) {
return 'use --verbose for code coverage';
}

Expand Down

0 comments on commit cd30c81

Please sign in to comment.