fuzzing: fix broken OSS-Fuzz build

Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
AdamKorcz 2023-03-17 12:43:08 +00:00
parent d72721e2b9
commit 584136662c
1 changed files with 1 additions and 1 deletions

View File

@ -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
'