From 0af9033625a04f21a254f4de75b7b9faa43a72fb Mon Sep 17 00:00:00 2001 From: Yasuharu Sawada Date: Fri, 21 Jun 2024 13:23:17 +0900 Subject: [PATCH] Update migrating-to-sqlc-gen-kotlin.md Fixed yaml item type --- docs/guides/migrating-to-sqlc-gen-kotlin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/migrating-to-sqlc-gen-kotlin.md b/docs/guides/migrating-to-sqlc-gen-kotlin.md index 2c39e1c4c4..17660aaad4 100644 --- a/docs/guides/migrating-to-sqlc-gen-kotlin.md +++ b/docs/guides/migrating-to-sqlc-gen-kotlin.md @@ -33,7 +33,7 @@ already. Add the following configuration for the plugin: ```yaml version: "2" plugins: - name: "kt" +- name: "kt" wasm: url: "https://downloads.sqlc.dev/plugin/sqlc-gen-kotlin_1.0.0.wasm" sha256: "7620dc5d462de41fdc90e2011232c842117b416c98fd5c163d27c5738431a45c"