From 10089590f0e19de6967bbc6997e5612a5ee68d35 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Tue, 24 Jun 2025 05:23:51 +0200 Subject: [PATCH] optional remote login repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85c9ccb8ef..258121e881 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ ZITADEL_MASTERKEY ?= MasterkeyNeedsToHave32Characters export GOCOVERDIR ZITADEL_MASTERKEY LOGIN_REMOTE_NAME := login -LOGIN_REMOTE_URL := https://github.com/zitadel/typescript.git +LOGIN_REMOTE_URL ?= https://github.com/zitadel/typescript.git LOGIN_REMOTE_BRANCH ?= main .PHONY: compile