diff --git a/tools/cli/common/const/const.py b/tools/cli/common/const/const.py index b3b7c980..8fa0cb70 100644 --- a/tools/cli/common/const/const.py +++ b/tools/cli/common/const/const.py @@ -1,5 +1,5 @@ DEFAULT_ENUM_VALUE = "unknown" -GITOPS_REPOSITORY_URL = "https://github.com/CloudGeometry/cgdevx-core.git" +GITOPS_REPOSITORY_URL = "https://github.com/CloudGeometry/cg-devx-core.git" GITOPS_REPOSITORY_BRANCH = "main" STATE_INPUT_PARAMS = "input" STATE_INTERNAL_PARAMS = "internal"