Merge pull request #8 from fredriksvantes/patch-1

Adjusting slashing test url
This commit is contained in:
Jacek Sieka 2022-01-06 11:33:59 +01:00 committed by GitHub
commit 00b5327e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ dl_version() {
if [[ ! -e "${flavour}.tar.gz" ]]; then
echo "Downloading: slashing-${version}/${flavour}.tar.gz"
curl --location --remote-name --show-error \
"https://github.com/eth2-clients/slashing-protection-interchange-tests/archive/refs/tags/${flavour}.tar.gz" \
"https://github.com/eth-clients/slashing-protection-interchange-tests/archive/refs/tags/${flavour}.tar.gz" \
|| {
echo "Curl failed. Aborting"
rm -f "${flavour}.tar.gz"