Fix sexp_of_t (Update_file ...)

This commit is contained in:
Jeremie Dimino 2017-03-15 09:15:47 +00:00
parent 8c6cffd2df
commit 2a5dc053fb
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ module Mini_shexp = struct
List [Atom "copy-and-add-line-directive"; g x; g y]
| System x -> List [Atom "system"; f x]
| Bash x -> List [Atom "bash"; f x]
| Update_file (x, y) -> List [Atom "write-file"; g x; f y]
| Update_file (x, y) -> List [Atom "update-file"; g x; f y]
let rec fold t ~init:acc ~f =
match t with