From c353eee69185347027c877fc750784dc078431c3 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Mon, 25 Oct 2021 19:47:26 +0300 Subject: [PATCH] anka: replace test_vm to TemplateName (#4339) --- images.CI/macos/anka/CreateCleanAnkaTemplate.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images.CI/macos/anka/CreateCleanAnkaTemplate.ps1 b/images.CI/macos/anka/CreateCleanAnkaTemplate.ps1 index 2be1d965..28448e25 100644 --- a/images.CI/macos/anka/CreateCleanAnkaTemplate.ps1 +++ b/images.CI/macos/anka/CreateCleanAnkaTemplate.ps1 @@ -76,7 +76,7 @@ function Invoke-SoftwareUpdate { Write-Host "`t[*] Fetching Software Updates ready to install on '$TemplateName' VM:" Show-StringWithFormat $newUpdates - Write-Host "`t[*] Installing Software Updates on 'test_vm' VM:" + Write-Host "`t[*] Installing Software Updates on '$TemplateName' VM:" Install-SoftwareUpdate -HostName $ipAddress | Show-StringWithFormat # Check if Action: restart