Skip to content

Commit 4e86c88

Browse files
replace -json-pretty with -json-lines to support newer Comby CLI
1 parent 861e249 commit 4e86c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comby/binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def matches(self,
9595
language = self.language
9696
logger.info("using default language: %s", language)
9797

98-
cmd = ('-stdin', '-json-pretty', '-match-only',
98+
cmd = ('-stdin', '-json-lines', '-match-only',
9999
'-matcher', shlex.quote(language),
100100
shlex.quote(template), 'foo')
101101
cmd_s = ' '.join(cmd)

0 commit comments

Comments
 (0)