From 98ffba869411bc6002b7fad3f39d374ec692e8cf Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:44:45 +0100 Subject: [PATCH] Update to-git-or-not-to-git.sh --- sh/tests/solutions/to-git-or-not-to-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/tests/solutions/to-git-or-not-to-git.sh b/sh/tests/solutions/to-git-or-not-to-git.sh index 7c7998a6..adb7dc82 100755 --- a/sh/tests/solutions/to-git-or-not-to-git.sh +++ b/sh/tests/solutions/to-git-or-not-to-git.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash echo WHAT response=$(curl -s "https://$DOMAIN/api/graphql-engine/v1/graphql" --data '{"query":"{user(where:{login:{_eq:\"'$USERNAME'\"}}){id}}"}' | jq '.data.user[0].id') -echo $response +echo RESPONSE: $response