Skip to content

Commit

Permalink
fix(apps): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Jul 25, 2024
1 parent 410c45e commit 2376f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/apps/channels/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineCommand({
return;
}
// @ts-ignore wait till https://github.com/unjs/consola/pull/280 is merged
appId = await prompt('Which app do you want to delete the channel from?', {
appId = await prompt('Which app do you want to create the channel for?', {
type: 'select',
options: apps.map((app) => ({ label: app.name, value: app.id })),
});
Expand Down

0 comments on commit 2376f13

Please sign in to comment.