mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +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'
|
'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