Skip to content

Commit

Permalink
Fixes py script to point to chainlink files
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzaldysanchez committed Feb 6, 2024
1 parent 15f3d88 commit 231f921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzz/fuzz_all_native.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
import subprocess
import sys

LIBROOT = "../pkg"
LIBROOT = "../"

def main():
parser = argparse.ArgumentParser(
formatter_class=argparse.RawDescriptionHelpFormatter,
description="\n".join([
"Fuzz helper to run all native go fuzzers in chainlink-common",
"Fuzz helper to run all native go fuzzers in chainlink",
"",
]),
)
Expand Down

0 comments on commit 231f921

Please sign in to comment.