Skip to content

Commit

Permalink
Fix to Issue redhat-developer#29
Browse files Browse the repository at this point in the history
  • Loading branch information
tqvarnst committed Dec 6, 2019
1 parent aaf099f commit 4623901
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private void processDownload() throws IOException {
parameters.put("a", wizardContext.getUserData(QuarkusConstants.WIZARD_ARTIFACTID_KEY));
parameters.put("v", wizardContext.getUserData(QuarkusConstants.WIZARD_VERSION_KEY));
parameters.put("c", wizardContext.getUserData(QuarkusConstants.WIZARD_CLASSNAME_KEY));
parameters.put("v", wizardContext.getUserData(QuarkusConstants.WIZARD_PATH_KEY));
parameters.put("p", wizardContext.getUserData(QuarkusConstants.WIZARD_PATH_KEY));
url = url.addParameters(parameters);
QuarkusModel model = wizardContext.getUserData(QuarkusConstants.WIZARD_MODEL_KEY);
for(QuarkusCategory category : model.getCategories()) {
Expand Down

0 comments on commit 4623901

Please sign in to comment.