Skip to content

Commit

Permalink
Ugh, letsencrypt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Oct 6, 2021
1 parent 678b23c commit 8b74ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/download_test_data.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
curl -L -O http://mcranmer.com/data/bf_test_files.tar.gz
if [[ "$?" != "0" ]]; then
curl -L -O https://fornax.phys.unm.edu/lwa/data/bf_test_files.tar.gz
curl --insecure -L -O https://fornax.phys.unm.edu/lwa/data/bf_test_files.tar.gz
fi
tar xzf bf_test_files.tar.gz
mv for_test_suite data
Expand Down

0 comments on commit 8b74ef9

Please sign in to comment.