Skip to content

Commit 777816b

Browse files
committed
fix kubefwd
1 parent 6248392 commit 777816b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/.chezmoiexternal.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269

270270
".local/bin/kubefwd{{ .exe_ext }}":
271271
type: archive-file
272-
url: "https://github.com/txn2/kubefwd/releases/download/{{ .versions.kubefwd }}/kubefwd_{{ .chezmoi.os | camelcase }}_{{ .uname_arch }}{{ .pkg_postfix }}"
272+
url: "https://github.com/txn2/kubefwd/releases/download/v{{ .versions.kubefwd }}/kubefwd_{{ .chezmoi.os | camelcase }}_{{ .uname_arch }}{{ .pkg_postfix }}"
273273
path: "kubefwd{{ .exe_ext }}"
274274
executable: true
275275
{{ end }}

0 commit comments

Comments
 (0)