reapply work config
This commit is contained in:
@@ -158,8 +158,8 @@ try {
|
||||
|
||||
"[$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss')] === UpdateSequences (ps1) started in '$root' ===" | Add-Content -LiteralPath $logFile
|
||||
|
||||
# Scan for folders with YYYY-MM-DD format (e.g., 2023-12-15) instead of daily_*
|
||||
$dailyDirs = Get-ChildItem -LiteralPath $root -Directory -Filter '????-??-??' | Where-Object { $_.Name -ne '_archive' }
|
||||
# Scan for folders with work convention: daily_*
|
||||
$dailyDirs = Get-ChildItem -LiteralPath $root -Directory -Filter 'daily_*' | Where-Object { $_.Name -ne '_archive' }
|
||||
|
||||
$mapDaily = @{}
|
||||
$dailiesScanned = 0
|
||||
|
||||
Reference in New Issue
Block a user