Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Gonzalez <[email protected]>
  • Loading branch information
EscapeB and octogonz authored Feb 27, 2024
1 parent 1defbbc commit 3b8073f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/sparo-lib/src/cli/commands/checkout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export class CheckoutCommand implements ICommand<ICheckoutCommandOptions> {

if (isNoProfile && (profiles.size || addProfiles.size)) {
throw new Error(
`"--no-profile" can not be specified at the same time with "--profile" or "--add-profile"`
`The "--no-profile" parameter cannot be combined with "--profile" or "--add-profile"`
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"changes": [
{
"packageName": "sparo",
"comment": "feat: support --add-profile in sparo checkout",
"comment": "Improve \"sparo checkout\" to support the --add-profile parameter",
"type": "none"
}
],
Expand Down

0 comments on commit 3b8073f

Please sign in to comment.