Rename folder Abbr to abbr

This commit is contained in:
Markus Fleschutz
2023-10-31 10:57:43 +01:00
parent c7d469422f
commit 0915de8f8b
26 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ param([string]$abbr = "")
try {
if ($abbr -eq "" ) { $abbr = Read-Host "Enter the abbreviation to query" }
$files = (Get-ChildItem "$PSScriptRoot/../Data/Abbr/*.csv")
$files = (Get-ChildItem "$PSScriptRoot/../Data/abbr/*.csv")
$basename = ""
foreach($file in $files) {
$table = Import-CSV "$file"