We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3125e13 commit 31d2765Copy full SHA for 31d2765
src/jreleaser/distributions/sdkman-cli/brew/formula.rb.tpl
@@ -30,6 +30,6 @@ class {{brewFormulaName}} < Formula
30
end
31
32
test do
33
- assert_match {{projectVersion}}, shell_output("export SDKMAN_DIR=#{libexec} && source #{libexec}/bin/sdkman-init.sh && sdk version")
+ assert_match version, shell_output("export SDKMAN_DIR=#{libexec} && source #{libexec}/bin/sdkman-init.sh && sdk version")
34
35
0 commit comments