Rename folder Checklists to checklists

This commit is contained in:
Markus Fleschutz 2023-10-31 10:56:45 +01:00
parent 17c26df2d9
commit c7d469422f
2 changed files with 1 additions and 1 deletions

View File

@ -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) {