mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-15 00:35:47 -07:00
Merge branch 'main' into codex/refactor-update.ps1-and-api-endpoints
This commit is contained in:
@@ -150,7 +150,7 @@ function Get-RepositoryCommitHash {
|
||||
if ($AgentRoot -and ($candidates -notcontains $AgentRoot)) { $candidates += $AgentRoot }
|
||||
if ($ProjectRoot) {
|
||||
$agentRootCandidate = Join-Path $ProjectRoot 'Agent\Borealis'
|
||||
if ((Test-Path $agentRootCandidate -PathType Container) -and ($candidates -notcontains $agentRootCandidate)) {
|
||||
if (Test-Path $agentRootCandidate -PathType Container -and ($candidates -notcontains $agentRootCandidate)) {
|
||||
$candidates += $agentRootCandidate
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user