From 0f758c6495444fd2c0ef916c261a731f2e36f06c Mon Sep 17 00:00:00 2001 From: Jon Gallant Date: Mon, 12 Sep 2022 16:39:41 -0700 Subject: [PATCH] Fix bad yaml --- .../python-mongo/.repo/bicep/repo.yaml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/todo/projects/python-mongo/.repo/bicep/repo.yaml b/templates/todo/projects/python-mongo/.repo/bicep/repo.yaml index 905b0f8aa6c..8bee9a71220 100644 --- a/templates/todo/projects/python-mongo/.repo/bicep/repo.yaml +++ b/templates/todo/projects/python-mongo/.repo/bicep/repo.yaml @@ -26,20 +26,20 @@ repo: patterns: - "**/*.bicep" - - from: ../../web/react-fluent - to: ./src/web - patterns: - - "**/azure.@(yml|yaml)" + - from: ../../web/react-fluent + to: ./src/web + patterns: + - "**/azure.@(yml|yaml)" - - from: "PLACEHOLDERIACTOOLS" - to: "" - patterns: - - "README.md" + - from: "PLACEHOLDERIACTOOLS" + to: "" + patterns: + - "README.md" - - from: ../../../../../common/infra/bicep/core - to: ../core - patterns: - - "**/*.bicep" + - from: ../../../../../common/infra/bicep/core + to: ../core + patterns: + - "**/*.bicep" # app service modules - from: ../../../../../../common/infra/bicep