Skip to content

Commit 06033f6

Browse files
Merge pull request #18 from AndrewPla/patch-1
Fixed missing character on Get-Detail
2 parents 51bad5f + 3a56e0f commit 06033f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Add-Border.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $tabs$character $((" ")*$len) $character
6262
"@
6363
}
6464
elseif ($insertBlanks -and ($pscmdlet.ParameterSetName -eq 'block')) {
65-
Write-Deail "Inserting blank lines in the block" -prefix Process | write-Verbose
65+
Write-Detail "Inserting blank lines in the block" -prefix Process | write-Verbose
6666
$body = @"
6767
$tabs$character $((" ")*$len) $character
6868
"@
@@ -98,4 +98,4 @@ $tabs$character $((" ")*$len) $character
9898
Write-Detail "Ending $($myinvocation.mycommand)" -prefix END | Write-Verbose
9999
} #end
100100

101-
} #close function
101+
} #close function

0 commit comments

Comments
 (0)