Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-paulo-parity committed Apr 26, 2022
1 parent c24d4d1 commit a6f3114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_graphql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ghgql_post() {
local req_body
req_body="{ \"query\": \"$(echo "$query" | tr -d '\n' | sed 's/"/\\"/g')\" }"

2>&1 echo "
>&2 echo "
Sending GraphQL body to $github_graphql_api
Raw query: $query
JSON body: $req_body
Expand Down

0 comments on commit a6f3114

Please sign in to comment.