From f5fcfd3f894a1981645a8744e191c842c31f24c5 Mon Sep 17 00:00:00 2001 From: Lukas Hirt Date: Thu, 10 Dec 2020 12:40:56 +0100 Subject: [PATCH] Pull phoenix tarball --- web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Makefile b/web/Makefile index a0d1ebc224..b159ee9a18 100644 --- a/web/Makefile +++ b/web/Makefile @@ -180,4 +180,4 @@ watch: .PHONY: pull-assets pull-assets: - rm -Rf assets && mkdir assets/ && curl -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/web.tar.gz | tar xvzf - -C assets/ + rm -Rf assets && mkdir assets/ && curl -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/phoenix.tar.gz | tar xvzf - -C assets/