From 3c23449d1c67daa6ce5255aae1490647c8659366 Mon Sep 17 00:00:00 2001 From: Ben Miller Date: Thu, 19 Jun 2025 18:54:29 -0600 Subject: [PATCH] foam_sync.ps1 (LIFEBALANCE) 2025-06-19T18:54:29Z --- foam_sync.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/foam_sync.ps1 b/foam_sync.ps1 index 0d929b3..bef22ca 100644 --- a/foam_sync.ps1 +++ b/foam_sync.ps1 @@ -54,6 +54,10 @@ try { -and $currentTrigger.RepetitionInterval.TotalMinutes -eq $trigger.RepetitionInterval.TotalMinutes) { $triggerMatches = $true } + else { + Write-Warning "trigger does not match: want $($trigger.RepetitionInterval.TotalMinutes), got $($currentTrigger.RepetitionInterval.TotalMinutes)" + } + # Check Action Write-Host "Checking action..."