Skip to content

Commit

Permalink
Fixes vulcan's prefix path
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Sep 23, 2024
1 parent 44e4d66 commit ffbb669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/runner.ml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let list parser = function
| `List l -> list_bind_map parser l
| x -> Error (`Msg (Fmt.str "Could not parse list from: %a" pp_json x))

let vulcan_prefix = Fpath.(v "data" / "vulcan-dataset" / "_build" / "packages")
let vulcan_prefix = Fpath.(v "datasets" / "vulcan-dataset" / "_build" / "packages")

let set_prefix_path_for cwe p = Fpath.(vulcan_prefix / cwe // p)

Expand Down

0 comments on commit ffbb669

Please sign in to comment.