Skip to content

Commit c673821

Browse files
committed
debug
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
1 parent 0124cd6 commit c673821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
;;
244244
esac
245245
246-
echo -n "Checking if ${var} (${value}) is ${expected}..."
246+
echo -n "Checking if ${var} (${value@Q}) is ${expected@Q}..."
247247
if [[ ${value} == ${expected} ]]; then
248248
echo " good"
249249
else

0 commit comments

Comments
 (0)