From 503a350e829ce8bd1df42b08dd632dcd7b4d65d9 Mon Sep 17 00:00:00 2001 From: danysmall Date: Wed, 14 Jun 2023 23:02:39 +0300 Subject: [PATCH] Fixes --- main.yaml | 2 +- organizations.yaml => org.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename organizations.yaml => org.yaml (100%) diff --git a/main.yaml b/main.yaml index 8e875f8..25c2e94 100644 --- a/main.yaml +++ b/main.yaml @@ -2,7 +2,7 @@ apiVersion: backstage.io/v1alpha1 kind: Location metadata: - name: Infrastructure + name: dipal-docs description: All components of backstage infrastructure for this project spec: targets: diff --git a/organizations.yaml b/org.yaml similarity index 100% rename from organizations.yaml rename to org.yaml