Skip to content
Snippets Groups Projects
Commit c81dcce8 authored by mseng3's avatar mseng3
Browse files

Added missing default values to $name and $icon parameters.

parent 4f14971c
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
param(
[string]$message='No message given',
[string]$channel,
[string]$name,
[string]$icon,
[string]$name='No name given',
[string]$icon='No icon given',
[Parameter(Mandatory=$true)][string]$webhook
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment