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

Commit 7ff38fb

Browse files
authored
Merge pull request #252 from Pragadesh-45/master
Fix: Update regex pattern for `Bruno` package
2 parents eebfbaf + b87cad5 commit 7ff38fb

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)