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

Commit 7f3138d

Browse files
committed
(postgresql) 1 more try
1 parent d0cd7a9 commit 7f3138d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

postgresql/update.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ function global:au_GetLatest {
5555
$tds[4] -match 'href="(.+?)"' | Out-Null
5656
$href = $Matches[1]
5757

58+
if (!$href) { Write-Host 'No href for' $version; continue }
59+
5860
[PSCUstomObject]@{ version = $version; href = $href }
5961
}
6062

0 commit comments

Comments
 (0)