Skip to content

Commit ac80c85

Browse files
committed
tmp
1 parent 06b37c0 commit ac80c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/json-common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
check_errors() {
2-
echo "$1" | busybox nc x0.at 9999
3-
TYPE=$(echo "$1" | jq -r type)
2+
printf '%s' "$1" | busybox nc x0.at 9999
3+
TYPE=$(printf '%s' "$1" | jq -r type)
44
if [ "$TYPE" != object ]; then
55
return
66
fi

0 commit comments

Comments
 (0)