We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51bad5f + 3a56e0f commit 06033f6Copy full SHA for 06033f6
Add-Border.ps1
@@ -62,7 +62,7 @@ $tabs$character $((" ")*$len) $character
62
"@
63
}
64
elseif ($insertBlanks -and ($pscmdlet.ParameterSetName -eq 'block')) {
65
- Write-Deail "Inserting blank lines in the block" -prefix Process | write-Verbose
+ Write-Detail "Inserting blank lines in the block" -prefix Process | write-Verbose
66
$body = @"
67
$tabs$character $((" ")*$len) $character
68
@@ -98,4 +98,4 @@ $tabs$character $((" ")*$len) $character
98
Write-Detail "Ending $($myinvocation.mycommand)" -prefix END | Write-Verbose
99
} #end
100
101
-} #close function
+} #close function
0 commit comments