Skip to content

Commit 80951aa

Browse files
authored
Update GetDvdArtifactPaths.ps1
1 parent 2369b16 commit 80951aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generic/Run/GetDvdArtifactPaths.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ function Get-NavDvdSipComponentPath {
121121
$sipComponentPath = Join-Path $platformArtifactPath "ServiceTier\System64"
122122
if (!(Test-Path $sipComponentPath)) {
123123
# Use the legacy folder path used before version 27 and wix 6.0
124-
$sipComponent = Join-Path $platformArtifactPath "ServiceTier\System64Folder"
124+
$sipComponentPath = Join-Path $platformArtifactPath "ServiceTier\System64Folder"
125125
}
126126

127-
return $sipComponent
127+
return $sipComponentPath
128128
}

0 commit comments

Comments
 (0)