Skip to content

Commit

Permalink
(terminal) fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Feb 7, 2022
1 parent 79491f6 commit 1030e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/microsoft-windows-terminal/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function global:au_GetLatest {
}

$version = Get-Version $version
$asset = $release.assets | Where-Object -Property name -like "${re}_*.msixbundle"
$asset = $release.assets | Where-Object -Property name -like "${re}_*.msixbundle" | Where-Object -Property name -Match $version
if ($asset) {
$url = $asset.browser_download_url
$streams.Add($re, (CreateStream $url $version))
Expand Down

0 comments on commit 1030e16

Please sign in to comment.