From: Jérémie D. <Ba...@us...> - 2010-02-23 18:33:12
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "krobot". The branch, master has been updated via 55485c76b7ae61643fb73003c6f7c02ec144c984 (commit) from 82f453512edd3c3b653149f7025735b943249d93 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 55485c76b7ae61643fb73003c6f7c02ec144c984 Author: Jérémie Dimino <je...@di...> Date: Tue Feb 23 19:32:42 2010 +0100 [script] typo: try instead of try_lwt ----------------------------------------------------------------------- Changes: diff --git a/PC_Mainboard/clients/script.ml b/PC_Mainboard/clients/script.ml index 2ee3211..fcd4392 100644 --- a/PC_Mainboard/clients/script.ml +++ b/PC_Mainboard/clients/script.ml @@ -129,7 +129,7 @@ let exec ~krobot ~logger ~command = logger [fg lred; textf "parse failure: %s" (Printexc.to_string exn)] | `OK(name, args) -> let path, name = decompose name in - try + try_lwt let rec search = function | [] -> logger [fg lred; textf "unknown command '%s'" name] hooks/post-receive -- krobot |