We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad34ee commit fac3db1Copy full SHA for fac3db1
src/test/mina_automation/utils.ml
@@ -7,9 +7,9 @@ let paths =
7
8
let possible_locations ~file possible_locations =
9
let exists_at_path folder file =
10
- match Sys.file_exists (folder ^ "/" ^ file) with
+ match Sys.file_exists (folder ^/ file) with
11
| `Yes ->
12
- Some (folder ^ "/" ^ file)
+ Some (folder ^/ file)
13
| _ ->
14
None
15
in
0 commit comments