Skip to content

Commit 34d6fa4

Browse files
committed
Changed docker/updatedb to use https:// as cloudflare doesn't do the right thing for our http:// any more.
- Legacy-Id: 16084
1 parent b610f0b commit 34d6fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/updatedb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ DATADIR=$parent/data
124124

125125
if [ "$DOWNLOAD" ]; then
126126
echo "Fetching database dump ..."
127-
wget -N -P $DATADIR http://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz || die "No new data, quitting."
127+
wget -N -P $DATADIR https://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz || die "No new data, quitting."
128128
fi
129129

130130
echo "Loading database ..."

0 commit comments

Comments
 (0)