Browse Source

follow redirect when fetching theme archive (#15986)

tags/v1.15.0-rc1
techknowlogick 3 years ago
parent
commit
568fe8c595
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/Makefile

+ 1
- 1
docs/Makefile View File

@@ -31,4 +31,4 @@ update: $(THEME)
$(THEME): $(THEME)/theme.toml
$(THEME)/theme.toml:
mkdir -p $$(dirname $@)
curl -s $(ARCHIVE) | tar xz -C $$(dirname $@)
curl -L -s $(ARCHIVE) | tar xz -C $$(dirname $@)

Loading…
Cancel
Save