Skip to content

Commit a4a7c29

Browse files
fixed Makefile
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent fa2e59c commit a4a7c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ check-pytest-pyln-proto:
526526
PATH=$(PYLN_PATH) PYTHONPATH=$(MY_CHECK_PYTHONPATH) $(PYTEST) contrib/pyln-proto/tests/
527527

528528
check-rust:
529-
git diff --exit-code .msggen.json || echo "diff in rust file, need to be updated by enabling rust" && exit 1
529+
git diff --exit-code .msggen.json || (echo "diff in rust file, need to be updated by enabling rust"; exit 1)
530530

531531
check-includes: check-src-includes check-hdr-includes
532532
@tools/check-includes.sh

0 commit comments

Comments
 (0)