foam_sync.ps1 (LIFEBALANCE) 2025-06-19T19:00:15Z
This commit is contained in:
@ -70,7 +70,7 @@ try {
|
||||
$triggerMatches = $true
|
||||
}
|
||||
else {
|
||||
Write-Warning "trigger does not match: want $($trigger.RepetitionInterval.TotalMinutes), got $($currentTrigger.RepetitionInterval.TotalMinutes)"
|
||||
Write-Warning "trigger does not match:`n $(Compare-Object $currentTrigger $trigger)"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user