Skip to content

Commit

Permalink
Apply cfformat changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano authored and github-actions[bot] committed Sep 28, 2024
1 parent 03f94a3 commit e4e3507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/testbox/run.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ component extends="testboxCLI.models.BaseCommand" {
boolean testboxUseLocal = true
){
// Remove /\ to . in bundles
if( !isNull( arguments.bundles ) ){
if ( !isNull( arguments.bundles ) ) {
arguments.bundles = arguments.bundles.replace( "/\", "." );
}

Expand Down

0 comments on commit e4e3507

Please sign in to comment.