Skip to content
Snippets Groups Projects
Commit cb2fdc91 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Add function docstring.

parent 7383cadc
No related branches found
No related tags found
No related merge requests found
......@@ -333,6 +333,8 @@ function Config-IsValid {
function Find-InstallationPackage {
# Try to locate the latest installation package using the pattern defined
# in the updater configuration.
Write-Verbose "Looking for installation package using pattern: $($Pattern)"
$PkgDir = Get-ChildItem -Path $UpdPathBinaries -Directory -Name |
Where-Object {$_ -match $Pattern} |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment