Skip to content

Commit 3961ad0

Browse files
authored
chore: fix minor generate.toml syntax issue (#131)
## What's Changed Fixes a very minor syntax issue in generate.toml. This field is a boolean. I've tested adbc-gen-workflow still runs fine in either case so this is just about levels of correct.
1 parent 615da03 commit 3961ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
driver = "databricks"
1616

1717
[lang]
18-
go = "true"
18+
go = true

0 commit comments

Comments
 (0)