Skip to content

Commit c993928

Browse files
authored
Merge pull request #2185 from wilzbach/dblog
DBlog now uses HTTPS by default
2 parents 38dbb75 + 6fe178f commit c993928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ $G/dlangspec.verbatim.txt : $G/dlangspec-consolidated.d $(DMD) verbatim.ddoc
583583

584584
$G/dblog_latest.html:
585585
@echo "Receiving the latest DBlog article. Disable with DIFFABLE=1"
586-
curl -s --fail --retry 3 --retry-delay 5 http://blog.dlang.org -o $@
586+
curl -s --fail --retry 3 --retry-delay 5 -L https://blog.dlang.org -o $@
587587

588588
$G/dblog_latest.ddoc: $G/dblog_latest.html
589589
cat $< | grep -m1 'entry-title' | \

0 commit comments

Comments
 (0)