fix fetch_tar bug

This commit is contained in:
Ella Stanforth 2021-11-01 10:18:14 +00:00
parent 2fe2fa20ac
commit 4cfae86b14

View file

@ -69,7 +69,7 @@ fetch_tar() {
echo "$MD5_SUM $F_NAME" | md5sum -c || (
rm "$F_NAME"
fetch_file $1 $2 $3
fetch_tar $1 $2 $3
)
}