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

Commit 0b43f19

Browse files
committed
(fzf) update++
1 parent 7fc9203 commit 0b43f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fzf/update.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function global:au_GetLatest {
2222
$version = $url -split '/' | select -Last 1 -Skip 1
2323

2424
return @{
25-
Version = $version
25+
Version = $version.Substring(1)
2626
URL32 = $url
2727
ReleaseNotes = "$GitHubRepositoryUrl/releases/tag/$version"
2828
}

0 commit comments

Comments
 (0)