Skip to content

Commit 9a7e0b1

Browse files
authored
patch: use the new --json-allow-comments in patch set processor (#573)
1 parent ebd0291 commit 9a7e0b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/me/itzg/helpers/patch/PatchCommand.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public Integer call() throws Exception {
6868
new Interpolator(
6969
new StandardEnvironmentVariablesProvider(),
7070
envPrefix
71-
)
71+
),
72+
jsonAllowComments
7273
);
7374

7475
patchSetProcessor.process(patchSet);

0 commit comments

Comments
 (0)