From 7871b175683e595d4b6909609b6f6f4211f1b6ac Mon Sep 17 00:00:00 2001 From: jcolebrand Date: Mon, 20 Mar 2023 04:00:16 -0700 Subject: [PATCH] typo --- capture.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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