mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
[Windows] Fix typo in function name (#8345)
This commit is contained in:
committed by
GitHub
parent
601b21b1a6
commit
7c2097edab
@@ -55,6 +55,6 @@ Export-ModuleMember -Function @(
|
||||
'Get-WindowsUpdatesHistory'
|
||||
'New-ItemPath'
|
||||
'Get-ModuleVersionAsJob'
|
||||
'Use-ChecksumСomparison'
|
||||
'Use-ChecksumComparison'
|
||||
'Get-HashFromGitHubReleaseBody'
|
||||
)
|
||||
|
||||
@@ -630,7 +630,7 @@ function Get-GitHubPackageDownloadUrl {
|
||||
return $downloadUrl
|
||||
}
|
||||
|
||||
function Use-ChecksumСomparison {
|
||||
function Use-ChecksumComparison {
|
||||
param (
|
||||
[Parameter(Mandatory=$true)]
|
||||
[string]$LocalFileHash,
|
||||
|
||||
Reference in New Issue
Block a user