Skip to content

Commit

Permalink
Merge pull request eth-educators#1032 from FloatingUpstream/main
Browse files Browse the repository at this point in the history
Fix provision dashboard script for prysm_less_10
  • Loading branch information
yorickdowne authored Oct 25, 2022
2 parents f2cf50c + 866582e commit d06658c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/provision-dashboards.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ case "$CLIENT" in
# prysm_less_10
__url='https://raw.githubusercontent.com/GuillaumeMiralles/prysm-grafana-dashboard/master/less_10_validators.json'
__file='/etc/grafana/provisioning/dashboards/prysm_less_10.json'
RUN wget -qcO - $__url | jq '.title = "prysm_less_10"' >$__file
wget -qcO - $__url | jq '.title = "prysm_less_10"' >$__file
# prysm_more_10
__url='https://raw.githubusercontent.com/GuillaumeMiralles/prysm-grafana-dashboard/master/more_10_validators.json'
__file='/etc/grafana/provisioning/dashboards/prysm_more_10.json'
Expand Down

0 comments on commit d06658c

Please sign in to comment.