Skip to content

Commit

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

0 comments on commit c7d4694

Please sign in to comment.