diff --git a/docs/docs/15-concepts.md b/docs/docs/15-concepts.md index cf83114cc..b13d5673d 100644 --- a/docs/docs/15-concepts.md +++ b/docs/docs/15-concepts.md @@ -235,9 +235,9 @@ metadata: name: my-warehouse namespace: kargo-demo spec: - subscriptions: - - git: - repoURL: https://github.com/example/kargo-demo.git + subscriptions: + - git: + repoURL: https://github.com/example/kargo-demo.git excludePaths: - docs ```