Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 286bdb7

Browse files
committed
fix: update regex pattern for GitHub release URL in update script
1 parent ab04e21 commit 286bdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bruno/update.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function global:au_SearchReplace {
1919
function global:au_BeforeUpdate { Get-RemoteFiles -Purge -NoSuffix }
2020

2121
function global:au_GetLatest {
22-
$url = Get-GitHubReleaseUrl $GitHubRepositoryUrl 'bruno_.+_x64_win\.exe'
22+
$url = Get-GitHubReleaseUrl $GitHubRepositoryUrl 'bruno_.+_x64_win\.exe$'
2323
$version = $url -split '/' | select -Last 1 -Skip 1
2424

2525
@{

0 commit comments

Comments
 (0)