Skip to content

Commit

Permalink
Merge pull request #14 from JayTennant/patch-1
Browse files Browse the repository at this point in the history
Remove noop and incomplete function call.
  • Loading branch information
lmajano authored Jan 1, 2025
2 parents e4e3507 + 98c1b8a commit 974ea40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions commands/testbox/create/bdd.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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" );

Expand Down

0 comments on commit 974ea40

Please sign in to comment.