Skip to content

Commit

Permalink
added --no-check-certificate for spouse (#251)
Browse files Browse the repository at this point in the history
Co-authored-by: amir <[email protected]>
  • Loading branch information
Amirosimani and amir authored Aug 15, 2022
1 parent 23bd952 commit 1ba34b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spouse/download_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ done
if [ "$RELOAD" = true ]; then
if [ -d "data/" ]; then rm -Rf "data/"; fi
mkdir -p data
wget $DATA_URL -O data.zip
wget $DATA_URL -O data.zip --no-check-certificate
cd data/
unzip ../data.zip
rm ../data.zip
Expand Down

0 comments on commit 1ba34b9

Please sign in to comment.