Skip to content

Commit

Permalink
Rename folder Abbr to abbr
Browse files Browse the repository at this point in the history
  • Loading branch information
fleschutz committed Oct 31, 2023
1 parent c7d4694 commit 0915de8
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Scripts/what-is.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0915de8

Please sign in to comment.