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 535c88b commit 4e4b9e9
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 @@ -1529,7 +1529,7 @@ private void loadAppInfo(AppInfo appInfo) throws IOException {
throw new IOException("Failed to load private key for package signing", ex);
}
}
if (packageJSONVersion != null && packageJSONVersion)

if (m().containsKey("source")) {
appInfo.setNpmSource((String)m().get("source"));
}
Expand Down

0 comments on commit 4e4b9e9

Please sign in to comment.