Skip to content

Commit

Permalink
oopsy it was not workey
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazeofel committed May 30, 2024
1 parent 745326a commit 4039563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-robo/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ new Command('create-robo <projectName>')

// Want some plugins?
// if there are plugins specified with the command we skip asking for more.
if (options.plugins === undefined && options.plugins.length <= 0) {
if (options.plugins === undefined || options.plugins.length <= 0) {
await robo.plugins()
}

Expand Down

0 comments on commit 4039563

Please sign in to comment.