Skip to content

Commit 5480324

Browse files
committed
fix: update clip tool fetch URL to use the correct API endpoint
1 parent afe51a7 commit 5480324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

distributions/distributions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ sources:
602602
type: gitlab-releases
603603
url: https://gitlab.com/api/v4/projects/77909212/releases
604604
fetch:
605-
url: https://gitlab.com/devopsworks/tools/clip/-/releases/{{ .Version }}/downloads/binaries/clip-{{ .OS }}-{{ .Arch }}{{ .ExeExtension }}
605+
url: https://gitlab.com/api/v4/projects/77909212/packages/generic/clip/{{ .Version }}/clip-{{ .OS }}-{{ .Arch }}{{ .ExeExtension }}
606606
install:
607607
type: direct
608608

0 commit comments

Comments
 (0)