mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 21:33:47 +02:00
Changed to lowercase
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#>
|
||||
|
||||
try {
|
||||
write-progress "Reading scripts.csv..."
|
||||
write-progress "Reading Data/scripts.csv..."
|
||||
$PathToRepo = (get-item $MyInvocation.MyCommand.Path).directory.parent
|
||||
$Table = import-csv "$PathToRepo/Data/scripts.csv"
|
||||
|
||||
|
Reference in New Issue
Block a user