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 "^(.*?)=(.*)$") {