Skip to content

Commit d3c632c

Browse files
committed
krew: fix windows template
Signed-off-by: Moritz "WanzenBug" Wanzenböck <moritz.wanzenboeck@linbit.com>
1 parent 422402f commit d3c632c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.krew.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ spec:
6262
arch: amd64
6363
{{addURIAndSha "https://github.com/piraeusdatastore/kubectl-linstor/releases/download/{{ .TagName }}/kubectl-linstor_{{ .TagName }}_windows_amd64.zip" .TagName }}
6464
files:
65-
- from: ./kubectl-linstor
65+
- from: ./kubectl-linstor.exe
6666
to: .
6767
- from: ./LICENSE
6868
to: .
69-
bin: kubectl-linstor
69+
bin: kubectl-linstor.exe

0 commit comments

Comments
 (0)