Skip to content

Commit

Permalink
Merge pull request #87 from fflaten/fix-updatemessage
Browse files Browse the repository at this point in the history
Use Update-MaesterTests in update notification
  • Loading branch information
f-bader authored Apr 13, 2024
2 parents cbb4e1e + e26178b commit 16625bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powershell/internal/Get-IsNewMaesterVersionAvailable.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 16625bc

Please sign in to comment.