diff --git a/Data/Checklists/handwashing.txt b/Data/checklists/handwashing.txt similarity index 100% rename from Data/Checklists/handwashing.txt rename to Data/checklists/handwashing.txt diff --git a/Scripts/speak-checklist.ps1 b/Scripts/speak-checklist.ps1 index a2732aec..abdd6f2b 100755 --- a/Scripts/speak-checklist.ps1 +++ b/Scripts/speak-checklist.ps1 @@ -18,7 +18,7 @@ param([string]$Name = "") try { if ($Name -eq "") { $Name = Read-Host "Enter the name of the checklist" } - $Lines = Get-Content -path "$PSScriptRoot/../Data/Checklists/$Name.txt" + $Lines = Get-Content -path "$PSScriptRoot/../Data/checklists/$Name.txt" clear-host $Step = 1 foreach($Line in $Lines) {