Skip to content

Commit 31d2765

Browse files
author
Oliver Weiler
authored
Replace template tag with version (#1079)
1 parent 3125e13 commit 31d2765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jreleaser/distributions/sdkman-cli/brew/formula.rb.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ class {{brewFormulaName}} < Formula
3030
end
3131

3232
test do
33-
assert_match {{projectVersion}}, shell_output("export SDKMAN_DIR=#{libexec} && source #{libexec}/bin/sdkman-init.sh && sdk version")
33+
assert_match version, shell_output("export SDKMAN_DIR=#{libexec} && source #{libexec}/bin/sdkman-init.sh && sdk version")
3434
end
3535
end

0 commit comments

Comments
 (0)