From ae193c0d4bb1161a890da31ffff1b8825547e705 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Mon, 21 Oct 2024 16:49:34 -0500 Subject: [PATCH] ........ --- Windows DVR/WindowsDVR.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows DVR/WindowsDVR.ps1 b/Windows DVR/WindowsDVR.ps1 index 6b3beda..fb57f3e 100644 --- a/Windows DVR/WindowsDVR.ps1 +++ b/Windows DVR/WindowsDVR.ps1 @@ -1,5 +1,5 @@ # Load the .env file -$envFilePath = ".\env" +$envFilePath = ".\.env" if (Test-Path $envFilePath) { Get-Content $envFilePath | ForEach-Object { if ($_ -match "^(.*?)=(.*)$") {