Fix
parent
4be19a4222
commit
09db5c3033
|
@ -126,7 +126,9 @@ function Test-ModsPath ($ModsPath, $WingetUpdatePath) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
$Script:ReachNoPath = $True
|
if (($_ -like "*.ps1") -or ($_ -like "*.txt")) {
|
||||||
|
$Script:ReachNoPath = $True
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue