Skip to content

Commit cfd1873

Browse files
committed
Set the proper tag name in the download URL
1 parent 785f957 commit cfd1873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PklProject

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ package {
44
name = "terraform"
55
baseUri = "package://pkg.pkl-lang.org/github.com/infrablocks/pkl-\(name)/\(name)"
66
version = "0.0.0"
7-
packageZipUrl = "https://github.com/infrablocks/pkl-\(name)/releases/download/v\(version)/\(name)@\(version).zip"
7+
packageZipUrl = "https://github.com/infrablocks/pkl-\(name)/releases/download/\(name)@\(version)/\(name)@\(version).zip"
88
}

0 commit comments

Comments
 (0)