Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

Commit d0ca46c

Browse files
authored
Merge pull request #29 from sixeyed/master
Fix mount for IIS config & remove empty file
2 parents fa48790 + 36f6965 commit d0ca46c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

0

-8 Bytes
Binary file not shown.

Functions/Private/Artifacts/IIS/Generate_IIS.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $Artifact = Get-Content -Path $Manifest -Raw | ConvertFrom-Json
2929

3030
if ($Artifact.Status -eq 'Present') {
3131
Write-Verbose ('Copying {0} configuration files' -f $ArtifactName)
32-
$ConfigPath = $MountPath + "\" + "Windows\System32\inetsrv\config"
32+
$ConfigPath = $Mount.Path + "\" + "Windows\System32\inetsrv\config"
3333
Copy-Item $ConfigPath $ManifestPath -Recurse
3434

3535
$ResultBuilder = New-Object System.Text.StringBuilder

0 commit comments

Comments
 (0)