Skip to content

Commit

Permalink
path to java bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jharshman committed Jan 16, 2024
1 parent d83b0db commit 79370eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assetman/tests/test_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_settings(**opts):
sass_compiler=opts.get("sass_compiler", "/bitly/local/bin/sass"),
lessc_path=opts.get("lessc_path", "/bitly/local/hamburger/node_modules/.bin/lessc"), # lessc is included as a node module in hamburger. Does not exist in /bitly/local/bin/
aws_username=None,
java_bin="java",
java_bin="/usr/bin/java",
)
return assetman_settings

Expand Down

0 comments on commit 79370eb

Please sign in to comment.