Skip to content

Commit

Permalink
resolve feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jjiwooLim committed Oct 13, 2023
1 parent febdb50 commit 43064a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ public void installFeatures(boolean isAcceptLicense, List<String> featuresList)
}


debug("Installing features: " + featuresToInstall);
info("Installing features: " + featuresToInstall);
StringBuilder installedFeaturesBuilder = new StringBuilder();
Collection<String> actionReturnResult = new ArrayList<String>();
for (File esaFile : artifacts) {
Expand Down Expand Up @@ -1163,7 +1163,7 @@ private void installFeaturesOnContainer(List<String> features, boolean acceptLic

String featureUtilityCommand = getContainerCommandPrefix() + " exec -e FEATURE_LOCAL_REPO=/devmode-maven-cache " + containerName + " featureUtility installFeature " + featureList;
if (acceptLicense) {
featureUtilityCommand += "--acceptLicense";
featureUtilityCommand += " --acceptLicense";
}


Expand Down

0 comments on commit 43064a3

Please sign in to comment.