Skip to content

Commit

Permalink
Fix spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb authored Jul 30, 2020
1 parent c181cc7 commit 0b5f0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tric.php
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ function maybe_build_install_command_pool( $base_command, $target, array $sub_di
*/
function build_command_pool( $base_command, array $command, array $sub_directories = [], $using = null ) {
$using_alias = $using;
$using = $using ?: tric_target();
$using = $using ?: tric_target();
$targets = [ 'target' ];

// Prompt for execution within subdirectories if enabled.
Expand Down

0 comments on commit 0b5f0db

Please sign in to comment.