diff --git a/src/action.ml b/src/action.ml index b6021fff..c8b5f49b 100644 --- a/src/action.ml +++ b/src/action.ml @@ -278,7 +278,7 @@ module Var_expansion = struct let is_multivalued = function | Paths [_] -> false | Strings [_] -> false - | _ -> false + | _ -> true type context = Path.t (* For String_with_vars.Expand_to *)