From abab989e2026566542dab4f587e9a3180fece6cd Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Mon, 9 Jul 2018 17:38:43 +0100 Subject: [PATCH] Remove extra module path Signed-off-by: Jeremie Dimino --- src/super_context.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/super_context.ml b/src/super_context.ml index b0ac1ea7..133e44e6 100644 --- a/src/super_context.ml +++ b/src/super_context.ml @@ -786,7 +786,7 @@ module Action = struct |> Option.map ~f:Value.L.paths | Some x -> match x with - Pform.Var.Deps -> + | Deps -> deps_written_by_user |> Jbuild.Bindings.to_list |> Value.L.paths