From 823ecd62a44d4192ff432fbd5f779b03cef93721 Mon Sep 17 00:00:00 2001 From: Frode Flaten <3436158+fflaten@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:14:52 +0000 Subject: [PATCH] Use Update-MaesterTests in update notification --- powershell/internal/Get-IsNewMaesterVersionAvailable.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell/internal/Get-IsNewMaesterVersionAvailable.ps1 b/powershell/internal/Get-IsNewMaesterVersionAvailable.ps1 index 748b57c4..92236585 100644 --- a/powershell/internal/Get-IsNewMaesterVersionAvailable.ps1 +++ b/powershell/internal/Get-IsNewMaesterVersionAvailable.ps1 @@ -28,7 +28,7 @@ Function Get-IsNewMaesterVersionAvailable { Write-Host "💥 Installed version: $currentVersion → Latest version: $latestVersion" -ForegroundColor DarkGray Write-Host "✨ Update-Module Maester" -NoNewline -ForegroundColor Green Write-Host " → Install the latest version of Maester." -ForegroundColor Yellow - Write-Host "💫 Update-MtMaesterTests" -NoNewline -ForegroundColor Green + Write-Host "💫 Update-MaesterTests" -NoNewline -ForegroundColor Green Write-Host " → Get the latest tests built by the Maester team." -ForegroundColor Yellow return $true }