Skip to content

Commit 3f85880

Browse files
committed
fuzz the right spot
Signed-off-by: Scott Nichols <[email protected]>
1 parent 7de4de7 commit 3f85880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fuzz/oss_fuzz_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ grep --line-buffered --include '*_test_fuzz.go' -Pr 'func Fuzz.*\(.* \*testing\.
4444
file="$(echo "{}" | cut -d: -f1)"
4545
folder="$(dirname $file)"
4646
func="Fuzz$(echo "{}" | cut -d: -f2)"
47-
compile_native_go_fuzzer github.com/crossplane/crossplane-runtime/$folder $func $func
47+
compile_native_go_fuzzer github.com/crossplane/crossplane-runtime/v2/$folder $func $func
4848
'

0 commit comments

Comments
 (0)