Skip to content

Commit

Permalink
Fix typo in generated custom config
Browse files Browse the repository at this point in the history
  • Loading branch information
lbovet authored Jan 16, 2024
1 parent 291e7e7 commit 0bc37e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ protected void generatePackageJson(String version) throws IOException {
customConfig.put("namespace", namespace);

if (shortname != null && shortname.length() > 0) {
customConfig.put("shortname", shortname);
customConfig.put("shortName", shortname);
}
customConfig.put("projectName", getProjectName());
customConfig.put("title", getTitle(apiSpec));
Expand Down

0 comments on commit 0bc37e2

Please sign in to comment.