Skip to content

Commit

Permalink
Merge pull request jdhitsolutions#18 from AndrewPla/patch-1
Browse files Browse the repository at this point in the history
Fixed missing character on Get-Detail
  • Loading branch information
jdhitsolutions authored Jan 3, 2019
2 parents 51bad5f + 3a56e0f commit 06033f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Add-Border.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $tabs$character $((" ")*$len) $character
"@
}
elseif ($insertBlanks -and ($pscmdlet.ParameterSetName -eq 'block')) {
Write-Deail "Inserting blank lines in the block" -prefix Process | write-Verbose
Write-Detail "Inserting blank lines in the block" -prefix Process | write-Verbose
$body = @"
$tabs$character $((" ")*$len) $character
"@
Expand Down Expand Up @@ -98,4 +98,4 @@ $tabs$character $((" ")*$len) $character
Write-Detail "Ending $($myinvocation.mycommand)" -prefix END | Write-Verbose
} #end

} #close function
} #close function

0 comments on commit 06033f6

Please sign in to comment.