Skip to content

Commit bfc765d

Browse files
authored
Updated the yaml formatting in the first section (#2086)
The yaml formatting under **Add the sqlc-gen-python plugin** is not accurate. Need to add the "-" to turn in into a list of dicts.
1 parent 84058a7 commit bfc765d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/migrating-to-sqlc-gen-python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ already. Add the following configuration for the plugin:
3333
```yaml
3434
version: "2"
3535
plugins:
36-
name: "py"
37-
wasm:
38-
url: "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm"
39-
sha256: "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
36+
- name: "py"
37+
wasm:
38+
url: "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm"
39+
sha256: "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
4040
```
4141
4242
## Migrate each package

0 commit comments

Comments
 (0)