[Windows] Fix typo in function name (#8345)
This commit is contained in:
@@ -55,6 +55,6 @@ Export-ModuleMember -Function @(
|
|||||||
'Get-WindowsUpdatesHistory'
|
'Get-WindowsUpdatesHistory'
|
||||||
'New-ItemPath'
|
'New-ItemPath'
|
||||||
'Get-ModuleVersionAsJob'
|
'Get-ModuleVersionAsJob'
|
||||||
'Use-ChecksumСomparison'
|
'Use-ChecksumComparison'
|
||||||
'Get-HashFromGitHubReleaseBody'
|
'Get-HashFromGitHubReleaseBody'
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -630,7 +630,7 @@ function Get-GitHubPackageDownloadUrl {
|
|||||||
return $downloadUrl
|
return $downloadUrl
|
||||||
}
|
}
|
||||||
|
|
||||||
function Use-ChecksumСomparison {
|
function Use-ChecksumComparison {
|
||||||
param (
|
param (
|
||||||
[Parameter(Mandatory=$true)]
|
[Parameter(Mandatory=$true)]
|
||||||
[string]$LocalFileHash,
|
[string]$LocalFileHash,
|
||||||
|
|||||||
Reference in New Issue
Block a user