Skip to content

Commit

Permalink
Update vc-utils/keymanager.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Sep 1, 2024
1 parent 8c2d414 commit 4742bd6
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 @@ -510,7 +510,7 @@ validator-count() {
__api_port=${__vc_api_port}
__api_tls=${__vc_api_tls}
__validator-list-call
declare remote_key_count=$(echo "$__result" | jq -r '.data | length')
remote_key_count=$(echo "$__result" | jq -r '.data | length')
echo "Remote Validator keys registered with ${__service}: $remote_key_count"
key_count=(key_count + remote_key_count)
fi
Expand Down

0 comments on commit 4742bd6

Please sign in to comment.