Skip to content

Commit

Permalink
Fix missing nameSpaceToName call
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerschmidt authored and cristianoc committed Jul 23, 2022
1 parent e2810fe commit 8dd86d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/src/FindFiles.ml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ let getNamespace config =
if isNamespaced then
let fromString = ns |> bind Json.string in
let fromName = config |> Json.get "name" |> bind Json.string in
either fromString fromName
either fromString fromName |> Option.map nameSpaceToName
else None

let collectFiles directory =
Expand Down

0 comments on commit 8dd86d1

Please sign in to comment.