Skip to content

Commit 2ed965c

Browse files
committed
Fix name of sqlc command
1 parent f77cea6 commit 2ed965c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: generate
22

33
generate: examples/plugin.wasm examples/sqlc.dev.yaml
4-
cd examples && sqlc-dev -f sqlc.dev.yaml generate
4+
cd examples && sqlc -f sqlc.dev.yaml generate
55

66
# https://github.com/bytecodealliance/javy/releases/tag/v1.2.0
77
examples/plugin.wasm: out.js bin/javy

0 commit comments

Comments
 (0)