Skip to content

Commit e10e289

Browse files
committed
Go: Update comment in gen.py
1 parent 8629e00 commit e10e289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Update generated files related to Go in the repo. Using --force will regenerate all files from scratch.
33
44
In particular the script will:
5-
1. update the `vendor` dir with `go work vendor` (using a go toolchain provided by bazel)
5+
1. update the `vendor` dir with `go mod vendor` (using a go toolchain provided by bazel)
66
2. update `BUILD.bazel` files using gazelle
77
3. update `ql/lib/go.dbscheme` using a compiled `go-dbschemegen`
88
"""

0 commit comments

Comments
 (0)