Skip to content

Commit

Permalink
Fixes write-host argument error
Browse files Browse the repository at this point in the history
- Implements #2 #2
  • Loading branch information
z-michaelkargl committed Dec 8, 2020
1 parent 11c8acb commit 805a93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UtilityFunctions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Function Write-Graph($YAxisLabelAlphabet, $YAxisLabel, $Row, $RowColor, $LabelCo
Write-Host -Object "$($YAxisLabel.tostring().PadLeft($LengthOfMaxYAxisLabel+2) + [Char]9508)" -NoNewline
##Write-Host "$YAxisLabel|" -NoNewline
Write-Host -Object $Row -ForegroundColor $RowColor -NoNewline
Write-Host -Object " " $([char]9474)
Write-Host -Object " $([char]9474)"
}

0 comments on commit 805a93d

Please sign in to comment.