Skip to content

Commit

Permalink
Merge branch 'development' of github.com:Ortus-Solutions/testbox-cli …
Browse files Browse the repository at this point in the history
…into development
  • Loading branch information
lmajano committed Sep 9, 2024
2 parents a5776c6 + 16cabb7 commit b53f9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/testbox/run.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ component {
private function addRunnerOptions(){
// Mutex options: If we have a directory, we can't have bundles
if ( len( arguments.directory ) ) {
arguments[ "bundles" ] = "";
arguments[ "bundles" ] = "";
}
// Mutex options: If we have bundles, we can't have directory
if ( len( arguments.bundles ) ) {
Expand Down Expand Up @@ -440,7 +440,7 @@ component {
var serverInfo = serverDetails.serverInfo;

// If using local, check if we have a local version first
if( arguments.testboxUseLocal ){
if ( arguments.testboxUseLocal ) {
// Check if we have a local version
var localTestBoxPath = resolvePath( "testbox", serverInfo.webroot );
if( directoryExists( localTestBoxPath ) ){
Expand Down

0 comments on commit b53f9a1

Please sign in to comment.