diff --git a/capture.ps1 b/capture.ps1 index 6d98860..e0c09e2 100644 --- a/capture.ps1 +++ b/capture.ps1 @@ -9,7 +9,7 @@ if (-not (Test-Path -Path $rootCaptureFolder)) { return } -$captureListFile = Join-Path -Path $path -ChildPath "capture.filellist" +$captureListFile = Join-Path -Path $path -ChildPath "capture.filelist" $fileList = Get-Content -Path $captureListFile