Skip to content

Commit 12c5ddf

Browse files
fix: fix malformatted yaml (#59)
1 parent c3f685d commit 12c5ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.redocly.yaml.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://docs.redoc.ly/cli/configuration/ for more information.
22
apiDefinitions:
3-
main: "<%= mainDefinitionFile %>"
3+
main: <%= mainDefinitionFile %>
44
lint:
55
rules:
66
no-unused-schemas: warning
@@ -9,4 +9,4 @@ referenceDocs:
99
theme:
1010
colors:
1111
primary:
12-
main: "#32329f"
12+
main: "#32329f"

0 commit comments

Comments
 (0)