Skip to content

Commit fd05e79

Browse files
committed
Update Packages.ml
1 parent ae50bd4 commit fd05e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/src/Packages.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let newBsPackage ~rootPath =
2020
| Some raw -> (
2121
let config = Json.parse raw in
2222
Log.log {|📣 📣 NEW BSB PACKAGE 📣 📣|};
23-
Log.log ("- location: " ^ rootPath);
23+
Log.log ("location: " ^ rootPath);
2424
let libBs = BuildSystem.getLibBs rootPath in
2525
match FindFiles.findDependencyFiles rootPath config with
2626
| None -> None

0 commit comments

Comments
 (0)