Skip to content

Commit c699fc9

Browse files
committed
Use echo, not return
1 parent 10ff83d commit c699fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_tools/ci/size-labeler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function api_call() {
100100
cat "$response_body"
101101
exit $exit_status
102102
fi
103-
return "$response_body"
103+
echo "$response_body"
104104
}
105105

106106
function compute_changes() {

0 commit comments

Comments
 (0)