Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Jan 14, 2023
1 parent ea134cb commit 7123906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Target.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function __construct(
$this->hostString = $this->getHostString();

// Default composer.phar install location.
$this->composer = $this->config('composer') ?: $this->config('path').'/composer.phar';
$this->composer = $this->config('composer') ?: $this->config('root').'/composer.phar';
}

public function config(string $key, mixed $default = null): mixed
Expand Down

0 comments on commit 7123906

Please sign in to comment.