Skip to content

Commit

Permalink
tweak separator
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 20, 2024
1 parent 82b5769 commit a405443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/commands/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export async function runAddCommand(
.map(({ id, homepage, shortDescription }) => ({
label: id,
value: id,
hint: shortDescription + ': ' + homepage
hint: shortDescription + '. ' + homepage
}));

const selected = await p.multiselect({
Expand Down

0 comments on commit a405443

Please sign in to comment.