diff --git a/update-deps-linux b/update-deps-linux index 4cd9e7ee..fb0332f3 100644 --- a/update-deps-linux +++ b/update-deps-linux @@ -18,9 +18,9 @@ GO111MODULE="auto" echo "Defaulting to bundled generated easyjson file" } -echo "Building the query generator" -go build -ldflags="-s -w" -o QGen "./cmd/query_gen" -echo "Running the query generator" -./QGen +echo "Building the hook stub generator" +go build -ldflags="-s -w" -o HookStubGen "./cmd/hook_stub_gen" +echo "Running the hook stub generator" +./HookStubGen go get \ No newline at end of file