We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6248392 commit 777816bCopy full SHA for 777816b
home/.chezmoiexternal.yaml.tmpl
@@ -269,7 +269,7 @@
269
270
".local/bin/kubefwd{{ .exe_ext }}":
271
type: archive-file
272
- url: "https://github.com/txn2/kubefwd/releases/download/{{ .versions.kubefwd }}/kubefwd_{{ .chezmoi.os | camelcase }}_{{ .uname_arch }}{{ .pkg_postfix }}"
+ url: "https://github.com/txn2/kubefwd/releases/download/v{{ .versions.kubefwd }}/kubefwd_{{ .chezmoi.os | camelcase }}_{{ .uname_arch }}{{ .pkg_postfix }}"
273
path: "kubefwd{{ .exe_ext }}"
274
executable: true
275
{{ end }}
0 commit comments