diff --git a/services/web/Makefile b/services/web/Makefile index 453a11365a..f82f6dc82b 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,7 +1,7 @@ SHELL := bash NAME := web WEB_ASSETS_VERSION = v7.2.0 -WEB_ASSETS_BRANCH = main +WEB_ASSETS_BRANCH = omega ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI include ../../.bingo/Variables.mk @@ -25,7 +25,7 @@ pull-assets: git clean -xfd assets @if [ ! -d tmp/assets/core/origin ]; then \ echo "no web assets found, initializing"; \ - git clone -b main --depth 1 https://github.com/opencloud-eu/web.git tmp/assets/core/origin; \ + git clone -b main --depth 1 https://github.com/opencloud-eu/web-internal.git tmp/assets/core/origin; \ else \ echo "web assets found, updating"; \ cd tmp/assets/core/origin; \