Skip to content

Commit

Permalink
Fix fzf download url
Browse files Browse the repository at this point in the history
Now the git tag has a v before the version number:
https://github.com/junegunn/fzf/releases/tag/v0.54.0
  • Loading branch information
felipecrs committed Jul 9, 2024
1 parent 6be1a51 commit 8c5a3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.chezmoiexternal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
".local/bin/fzf":
type: archive-file
{{ $fzfVersion := includeTemplate "get-github-latest-version" (list "junegunn/fzf" $cache) }}
url: "https://github.com/junegunn/fzf/releases/download/{{ $fzfVersion }}/fzf-{{ $fzfVersion }}-linux_{{ .chezmoi.arch }}.tar.gz"
url: "https://github.com/junegunn/fzf/releases/download/v{{ $fzfVersion }}/fzf-{{ $fzfVersion }}-linux_{{ .chezmoi.arch }}.tar.gz"
path: fzf

".local/bin/stern":
Expand Down

0 comments on commit 8c5a3c3

Please sign in to comment.