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

Commit ccb9779

Browse files
committed
(postgresql) certainly the last one
1 parent 7f3138d commit ccb9779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/update.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function global:au_GetLatest {
5353
$version = $version.Replace('*', '')
5454

5555
$tds[4] -match 'href="(.+?)"' | Out-Null
56-
$href = $Matches[1]
56+
$href = $Matches[1].Trim()
5757

5858
if (!$href) { Write-Host 'No href for' $version; continue }
5959

0 commit comments

Comments
 (0)