From af622552c539888f6c68dab03f0b43177fe73678 Mon Sep 17 00:00:00 2001 From: jagpreetsinghsasan Date: Mon, 15 Jul 2024 19:22:52 +0530 Subject: [PATCH] step-5 Signed-off-by: jagpreetsinghsasan --- tools/pr-commit-parity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pr-commit-parity.sh b/tools/pr-commit-parity.sh index 8611b8239e..7dc374af87 100755 --- a/tools/pr-commit-parity.sh +++ b/tools/pr-commit-parity.sh @@ -1,4 +1,4 @@ #!/bin/bash -echo "$1" -echo "$2" \ No newline at end of file +echo -e "$1" +echo -e "$2" \ No newline at end of file