Skip to content

Commit

Permalink
fix: page size for install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jan 11, 2024
1 parent 0cd0ad6 commit 5075eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/install/config/multi-select-apps.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const MULTI_SELECT_APPS_PROMPT = async (tags: ITag[]): Promise<IAppSetup[
message: 'Select your MacOS setup',
loop: false,
choices,
pageSize: 40,
pageSize: 30,
},
])

Expand Down

0 comments on commit 5075eae

Please sign in to comment.