Skip to content

Commit

Permalink
fix: trim newline
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 8, 2024
1 parent efa3762 commit 6f183f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PklProject
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ local githubUser = "chrisvander"
package {
name = "pkl-biome"
baseUri = "package://pkg.pkl-lang.org/github.com/\(githubUser)/\(name)"
version = read("file:version.txt").text
version = read("file:version.txt").text.trim()
packageZipUrl = "https://github.com/\(githubUser)/\(name)/releases/download/\(name)@\(version)/\(name)@\(version).zip"
}

0 comments on commit 6f183f7

Please sign in to comment.