mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-05-18 21:45:39 -04:00
Replace template tag with version (#1079)
This commit is contained in:
@@ -30,6 +30,6 @@ class {{brewFormulaName}} < Formula
|
||||
end
|
||||
|
||||
test do
|
||||
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")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user