mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-24 17:03:45 +01:00
Rename folder Checklists to checklists
This commit is contained in:
parent
17c26df2d9
commit
c7d469422f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user