Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
[BZ 1715180] Remove --path from the patch command for EAP7
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Burman authored and spinder committed Jun 11, 2019
1 parent 62babaa commit d378af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public BundleDeployResult deployBundle(BundleDeployRequest request) {
boolean startUp = stop.result;

try {
StringBuilder command = new StringBuilder("patch apply --path=").append(
StringBuilder command = new StringBuilder("patch apply ").append(
request.getPackageVersionFiles().values().iterator().next().getAbsolutePath());

Configuration bundleConfig = request.getResourceDeployment().getBundleDeployment().getConfiguration();
Expand Down

0 comments on commit d378af9

Please sign in to comment.