diff --git a/foam_sync.ps1 b/foam_sync.ps1 index a95eff7..5de2f4e 100644 --- a/foam_sync.ps1 +++ b/foam_sync.ps1 @@ -11,6 +11,7 @@ $scriptName = (Get-Item $scriptPath).Name # --- Task Setup --- $taskName = 'FoamGitSync' $taskDescription = "Periodically synchronizes the Git repository at $scriptDir using $scriptName." +$fullCommand = "c:\windows\system" $frequencyMinutes = 2 $timeLimitSeconds = 30