Changed to lowercase

This commit is contained in:
Markus Fleschutz
2020-12-29 14:48:24 +00:00
parent 9618b25d80
commit ea1b2554c0
10 changed files with 10 additions and 9 deletions

View File

@ -7,9 +7,9 @@
#>
try {
write-progress "Reading Matrix.csv..."
write-progress "Reading Data/matrix.csv..."
$PathToRepo=(get-item $MyInvocation.MyCommand.Path).directory.parent
$Table = import-csv "$PathToRepo/Data/Matrix.csv"
$Table = import-csv "$PathToRepo/Data/matrix.csv"
clear-host
foreach($Row in $Table) {