mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Fix copy and paste error in build log message
This commit is contained in:
parent
c0dc346ae5
commit
c55e171f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ if(-not (Test-Path "$($env:ICINGA2_BUILDPATH)\*-x86_64.msi")) {
|
|||
}
|
||||
|
||||
$hashMSIpackage64 = Get-FileHash "$($env:ICINGA2_BUILDPATH)\*-x86_64.msi"
|
||||
Write-Output "File Hash for 32 bit MSI package: $($hashMSIpackage64.Hash)"
|
||||
Write-Output "File Hash for 64 bit MSI package: $($hashMSIpackage64.Hash)"
|
||||
|
||||
$chocoInstallScript = $chocoInstallScript.Replace("%CHOCO_64BIT_CHECKSUM%", "$($hashMSIpackage64.Hash)")
|
||||
Write-Output $chocoInstallScript
|
||||
|
|
|
|||
Loading…
Reference in a new issue