Skip to content

Commit a80a32b

Browse files
authored
Update reboot_pending/reboot_pending.resource.ps1
1 parent 5baf07a commit a80a32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reboot_pending/reboot_pending.resource.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ $result = @{
2525
reason = if ($reasons.Count -gt 0) { $reasons } else { $null }
2626
}
2727

28-
return $result | ConvertTo-Json -Compress
28+
return $result | ConvertTo-Json -Compress

0 commit comments

Comments
 (0)