Skip to content

Commit

Permalink
follow redirect when fetching theme archive (#15986) (#15990)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed May 27, 2021
1 parent a9e1a37 commit d95489b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@)

0 comments on commit d95489b

Please sign in to comment.