Skip to content

Commit

Permalink
No jq parsing on Prysm error
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Jul 19, 2024
1 parent 7763d94 commit c8090e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vc-utils/keymanager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ and secrets directories into .eth/validator_keys instead."
if [ -z "${PRYSM:+x}" ]; then
echo "The pubkey was formatted wrong. Error: $(echo "$__result" | jq -r '.message')"; exit 1
else
echo "The pubkey was formatted wrong. Error: $(echo "$__result" | jq -r '.')"; exit 1
echo "Bad format. Error: $__result"; exit 1
fi
;;
401) echo "No authorization token found. This is a bug. Error: $(echo "$__result" | jq -r '.message')"; exit 70;;
Expand Down

0 comments on commit c8090e2

Please sign in to comment.