Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Commit d69cb20

Browse files
author
Thomas Diesler
committed
[resolves #134] Incompatible metadata change in version 2.0
1 parent 0586b3c commit d69cb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/wildfly/extras/patch/internal/MetadataParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public final class MetadataParser {
5757
public static final String MANAGED_PATHS = "managed-paths.metadata";
5858

5959
static final String VERSION_PREFIX = "# fusepatch:";
60-
static final String PATCHID_PREFIX = "# patchId:";
60+
static final String PATCHID_PREFIX = "# patch id:";
6161

6262
public static Patch buildPatchFromZip(PatchId patchId, Record.Action action, ZipInputStream zipInput) throws IOException {
6363
IllegalArgumentAssertion.assertNotNull(zipInput, "zipInput");

0 commit comments

Comments
 (0)