From 98c1b8ab08fa4d2065411c2ceb4d711a37e35075 Mon Sep 17 00:00:00 2001 From: Jay Tennant Date: Tue, 31 Dec 2024 10:40:42 +0100 Subject: [PATCH] Remove noop and incomplete function call. This fixes #13 --- commands/testbox/create/bdd.cfc | 3 --- 1 file changed, 3 deletions(-) diff --git a/commands/testbox/create/bdd.cfc b/commands/testbox/create/bdd.cfc index e44acb3..45a4b67 100644 --- a/commands/testbox/create/bdd.cfc +++ b/commands/testbox/create/bdd.cfc @@ -21,9 +21,6 @@ component extends="testboxCLI.models.BaseCommand" { directory = getCWD(), boolean boxlang = isBoxLangProject( getCWD() ) ){ - isBoxLangProject(); - return; - // Allow dot-delimited paths arguments.name = replace( arguments.name, ".", "/", "all" );