From 25f52845b0e6ace15596ca80222f7288a90e31d4 Mon Sep 17 00:00:00 2001 From: m00g3n Date: Thu, 5 Oct 2023 15:09:21 +0200 Subject: [PATCH] fix invalid git origin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b30431ef..59f45e75 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ configure-git-origin: # test-infra does not include origin remote in the .git directory. # the CLI is looking for the origin url in the .git dir so first we need to be sure it's not empty @git remote | grep '^origin$$' -q || \ - git remote add origin https://github.com/kyma-project/keda-manager + git remote add origin https://github.com/kyma-project/application-connector-manager ##@ Tools