Skip to content

Commit e8bb86e

Browse files
committed
PR review changes
1 parent cfdd380 commit e8bb86e

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
@@ -609,7 +609,7 @@ const deployBucket = async ({ all, yes } = {}) => {
609609
bucketIds.push(...configBuckets.map((b) => b.$id));
610610
}
611611

612-
if(bucketIds.length <= 0) {
612+
if(bucketIds.length === 0) {
613613
let answers = await inquirer.prompt(questionsDeployBuckets[0])
614614
bucketIds.push(...answers.buckets);
615615
}

0 commit comments

Comments
 (0)