1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-14 19:35:03 +02:00

Update convert-ps2md.ps1

This commit is contained in:
Markus Fleschutz
2021-08-29 15:42:40 +02:00
committed by GitHub
parent e142c723de
commit 6aed385f2e

@ -6,7 +6,7 @@
.EXAMPLE
PS> .\convert-ps2md.ps1 myscript.ps1
.NOTES
Author: Markus Fleschutz | License: CC0
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
@ -124,7 +124,7 @@ try {
}
""
"*Created by convert-ps2md.ps1*"
"*Generated by convert-ps2md.ps1*"
} catch {
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
exit 1