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 '