Skip to content

Commit 016ba75

Browse files
Update script
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent 846349d commit 016ba75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/active_signature_py.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ fi
2020
if [ ! -z "$DEBUG" ]
2121
then
2222
echo "curl -s -XGET -H 'Content-Type: application/json' \"${API_URL}/v2/user/${user_id}/active-signature\""
23+
curl -s -XGET -H "Content-Type: application/json" "${API_URL}/v2/user/${user_id}/active-signature"
24+
else
25+
curl -s -XGET -H "Content-Type: application/json" "${API_URL}/v2/user/${user_id}/active-signature" | jq -r '.'
2326
fi
24-
curl -s -XGET -H "Content-Type: application/json" "${API_URL}/v2/user/${user_id}/active-signature" | jq -r '.'

0 commit comments

Comments
 (0)