Skip to content

Commit 96ada2e

Browse files
committed
PR review changes
1 parent e10fa1f commit 96ada2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/deploy.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ const deployTeam = async ({ all, yes } = {}) => {
611611
teamIds.push(...configTeams.map((t) => t.$id));
612612
}
613613

614-
if(teamIds.length <= 0) {
614+
if(teamIds.length === 0) {
615615
let answers = await inquirer.prompt(questionsDeployTeams[0])
616616
teamIds.push(...answers.teams);
617617
}

0 commit comments

Comments
 (0)