Skip to content

Commit

Permalink
Merge pull request #58 from m00g3n/fix-module-build3
Browse files Browse the repository at this point in the history
Fix invalid git origin
  • Loading branch information
kyma-bot committed Oct 5, 2023
2 parents 34c1611 + 25f5284 commit 0ccdbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ccdbf0

Please sign in to comment.