Skip to content

Commit f05869e

Browse files
committed
fix: prints
1 parent ce35d41 commit f05869e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,8 +1060,8 @@ docker_verify_proof_submission_success:
10601060
sleep $(DOCKER_PROOFS_WAIT_TIME); \
10611061
for proof in ./aligned_verification_data/*.cbor; do \
10621062
echo "Verifying proof $${proof} \n"; \
1063-
cat $${proof};
1064-
cat $${proof%.cbor}.json
1063+
cat $${proof}; \
1064+
cat $${proof%.cbor}.json; \
10651065
verification=$$(aligned verify-proof-onchain \
10661066
--aligned-verification-data $${proof} \
10671067
--rpc_url $$(echo $(DOCKER_RPC_URL)) 2>&1); \

0 commit comments

Comments
 (0)