Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Phani Sajja <[email protected]>
  • Loading branch information
sajjaphani committed Nov 12, 2024
1 parent 57ae645 commit 4b873d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/plan-build-ps1/bin/hab-plan-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ function Install-Dependency($dependency, $install_args = $null) {
Write-Host $res
[Console]::OutputEncoding = $oldEncoding
if($res.Split("`n")[-2] -match "\S+/\S+") {
$Matches[0]
$Matches[0]
} else {
""
}
Expand Down

0 comments on commit 4b873d1

Please sign in to comment.