Fix
parent
4be19a4222
commit
09db5c3033
|
@ -126,10 +126,12 @@ function Test-ModsPath ($ModsPath, $WingetUpdatePath) {
|
|||
}
|
||||
}
|
||||
catch {
|
||||
if (($_ -like "*.ps1") -or ($_ -like "*.txt")) {
|
||||
$Script:ReachNoPath = $True
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return $ModsUpdated, $DeletedMods
|
||||
}
|
||||
# If path is UNC or local
|
||||
|
|
Loading…
Reference in New Issue