Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Oct 5, 2024
1 parent 6d87461 commit f3de15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/java/ca/weblite/jdeploy/JDeploy.java
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ public void dmg(
String suffix,
BundlerCall bundlerCall
) throws Exception {
if (bundlerSettings.getSource() == null && System.getenv("JDEPLOY_SOURCE") != null{
if (bundlerSettings.getSource() == null && System.getenv("JDEPLOY_SOURCE") != null){
String source = System.getenv("JDEPLOY_SOURCE");
bundlerSettings.setSource(source);
}
Expand Down

0 comments on commit f3de15d

Please sign in to comment.