From 584136662c767f7ca87fe9dba5f554c51826582b Mon Sep 17 00:00:00 2001 From: AdamKorcz Date: Fri, 17 Mar 2023 12:43:08 +0000 Subject: [PATCH] fuzzing: fix broken OSS-Fuzz build Signed-off-by: AdamKorcz --- test/fuzz/oss_fuzz_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fuzz/oss_fuzz_build.sh b/test/fuzz/oss_fuzz_build.sh index cd0314b..56e8b54 100755 --- a/test/fuzz/oss_fuzz_build.sh +++ b/test/fuzz/oss_fuzz_build.sh @@ -44,5 +44,5 @@ grep --line-buffered --include '*_test_fuzz.go' -Pr 'func Fuzz.*\(.* \*testing\. file="$(echo "{}" | cut -d: -f1)" folder="$(dirname $file)" func="Fuzz$(echo "{}" | cut -d: -f2)" - compile_native_go_fuzzer github.com/crossplane-runtime/$folder $func $func + compile_native_go_fuzzer github.com/crossplane/crossplane-runtime/$folder $func $func '