Skip to content

Commit 77fbd63

Browse files
troubleshooting text
1 parent c559602 commit 77fbd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Push-ExecScheduledCommand.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function Push-ExecScheduledCommand {
127127

128128
$nextRunUnixTime = [int64]$task.ScheduledTime + [int64]$secondsToAdd
129129
if ($task.Recurrence -ne 0) { $State = 'Failed - Planned' } else { $State = 'Failed' }
130-
Write-Host "The job is recurring. It was scheduled for $($task.ScheduledTime). The next runtime should be $nextRunUnixTime"
130+
Write-Host "The job is recurring, but failed. It was scheduled for $($task.ScheduledTime). The next runtime should be $nextRunUnixTime"
131131
Update-AzDataTableEntity -Force @Table -Entity @{
132132
PartitionKey = $task.PartitionKey
133133
RowKey = $task.RowKey

0 commit comments

Comments
 (0)