Skip to content

Commit

Permalink
Try reverting change on multi-wizard iterator and see if GH tests pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Aug 14, 2023
1 parent 7592523 commit 250f727
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ protected void collectOperations(TemplateOperation ops, Map<String, Object> para

Boolean initWrapper = (Boolean) params.get(PROP_INIT_WRAPPER);
if (initWrapper == null || initWrapper) {
// @TODO allow configuration of wrapper version
ops.addWrapperInit(root, "latest"); //NOI18N
ops.addWrapperInit(root);
}

}
Expand Down

0 comments on commit 250f727

Please sign in to comment.