aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar Jamie Wilkinson <jaq@spacepants.org>2021-05-07 17:54:37 +0800
committerGravatar GitHub <noreply@github.com>2021-05-07 10:54:37 +0100
commit1a653549a0cbba65e137926cf381bdce1d1f1f20 (patch)
tree16866cb8cb6d897727b7e1960c82afaff29e5614 /projects
parent1b3adf7328c81519bdac00f71337ba616c1e9fe3 (diff)
mtail: Fuzz target renamed (#5727)
Upstream is renaming the path in https://github.com/google/mtail/pull/515
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/mtail/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/mtail/build.sh b/projects/mtail/build.sh
index 2c769ad3..9e6eff2e 100755
--- a/projects/mtail/build.sh
+++ b/projects/mtail/build.sh
@@ -15,6 +15,6 @@
#
################################################################################
-compile_go_fuzzer github.com/google/mtail/internal/vm Fuzz vm-fuzzer
+compile_go_fuzzer github.com/google/mtail/internal/runtime Fuzz vm-fuzzer
# Make the dictionary and seed corpus.
make --debug $OUT/vm-fuzzer.dict $OUT/vm-fuzzer_seed_corpus.zip