Skip to content

Commit f572297

Browse files
committed
fix inline yaml containing invalid tabs
1 parent 3c7ebab commit f572297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_source/sample-multi-in-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ artifacts:
120120
"name": "project-name",
121121
"source": {
122122
"type": "NO_SOURCE",
123-
"buildspec": "version: 0.2\n\nphases:\n\tbuild:\n\t\tcommands:\n\t\t\t- command"
123+
"buildspec": "version: 0.2\n\nphases:\n build:\n commands:\n - command"
124124
},
125125
"environment": {
126126
"type": "LINUX_CONTAINER",

0 commit comments

Comments
 (0)