dgraph: fix build (#9375)

The `gql` package was renamed to `dql`

186c9c23c4
This commit is contained in:
Khaled Yakdan 2023-01-08 06:47:05 -08:00 committed by GitHub
parent 68c137a20e
commit dfede1ec34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@
#
################################################################################
compile_go_fuzzer github.com/dgraph-io/dgraph/gql Fuzz parser_fuzzer
compile_go_fuzzer github.com/dgraph-io/dgraph/dql Fuzz parser_fuzzer