From f9cfb8853ff500dab80120700d59b987f7fbc1ee Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Tue, 29 Mar 2022 16:43:39 +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 397bd0f91..7c7998a68 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