Skip to content

Commit 7b48ffc

Browse files
committed
Fix invalid relative script path
1 parent c33eb11 commit 7b48ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MultiTarget/Test-Component-Support.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if ($null -ne $SupportedMultiTargets -and $SupportedMultiTargets.Count -gt 0) {
7373
Write-Error "Component name must be specified to retrieve supported MultiTargets."
7474
exit 1
7575
}
76-
$supportedMultiTargets = & $PSScriptRoot\MultiTarget\Get-MultiTargets.ps1 -component $Component
76+
$supportedMultiTargets = & $PSScriptRoot\Get-MultiTargets.ps1 -component $Component
7777
}
7878

7979

0 commit comments

Comments
 (0)