Update Downloader.ps1

This commit is contained in:
Olai Vike Bøe 2024-05-30 07:09:25 +00:00
parent d6512495b6
commit 77dd7038fc

View file

@ -12,7 +12,7 @@ if (-not $chromedateFormat) {
$chromelogFileName = $config.chrome.logging.fileName
$chromelogFileFormat = $config.chrome.logging.fileFormat
if (-not $chromelogFileName) {
$chromelogFileName = "chrome_downloader"
$chromelogFileName = "google_chrome"
}
if (-not $chromelogFileFormat) {
$chromelogFileFormat = "log"