Skip to content

Commit f80ce0b

Browse files
committed
Character formatting fix
1 parent a4d5ed2 commit f80ce0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 3-ebs-snapshot.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function logsetup {
3636
# Write to console and Application event log (event ID: 1337)
3737
function log ($type) {
3838
Write-Host $global:log_message
39-
Write-EventLog LogName Application Source "EBS-Snapshot" EntryType $type EventID 1337 Message $global:log_message
39+
Write-EventLog -LogName Application -Source "EBS-Snapshot" -EntryType $type -EventID 1337 -Message $global:log_message
4040
}
4141

4242

0 commit comments

Comments
 (0)