diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2024-12-04 02:38:41 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2024-12-04 02:38:41 +0000 |
| commit | d6ed5ff4ac7d9610385b35f77539ccf5bae8cc65 (patch) | |
| tree | 43b462914d3be9abf4569a0c13fcf3ecf087295c /tools | |
| parent | 6749f059a586ff62f2909134c4f4599c82fabc5e (diff) | |
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/git/git-arc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/git/git-arc.sh b/tools/tools/git/git-arc.sh index 6ef1abf4e0c6..b49721159799 100644 --- a/tools/tools/git/git-arc.sh +++ b/tools/tools/git/git-arc.sh @@ -341,7 +341,7 @@ diff2reviewers() jq '.response.data[0].attachments.reviewers.reviewers[] | select(.status == "accepted").reviewerPHID') if [ -n "$userids" ]; then echo '{ - "constraints": {"phids": ['"$(echo "$userids" | tr '[:blank:]' ',')"']} + "constraints": {"phids": ['"$(echo $userids | tr '[:blank:]' ',')"']} }' | arc_call_conduit -- user.search | jq -r '.response.data[].fields.username' |
