Skip to content

Commit 5633b4d

Browse files
oss-fuzz: fix patch
Signed-off-by: David Korczynski <[email protected]>
1 parent 2dbdde3 commit 5633b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oss_fuzz_integration/oss-fuzz-patches.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ index d0f45bb73..388563180 100755
141141
+ echo "GOING go route"
142142
+
143143
+ # Run the go frontend
144-
+ python3 -m fuzz_introspector.frontends.src.oss_fuzz --language go --target-dir $SRC
144+
+ python3 -m fuzz_introspector.frontends.oss_fuzz --language go --target-dir $SRC
145145
+
146146
+ # Move files temporarily to fix workflow of other languages.
147147
+ mkdir -p $SRC/my-fi-data

0 commit comments

Comments
 (0)