s/false/true/

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-06-04 21:28:30 +07:00
parent c1d6faef79
commit bb58cf8599
1 changed files with 1 additions and 1 deletions

View File

@ -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 *)