On Fri, Jan 3, 2014 at 9:42 AM, Jose A. Lopes <[email protected]> wrote:
> Signed-off-by: Jose A. Lopes <[email protected]>
> ---
>  src/Ganeti/Daemon.hs | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/Ganeti/Daemon.hs b/src/Ganeti/Daemon.hs
> index 6d1082b..7bd88f0 100644
> --- a/src/Ganeti/Daemon.hs
> +++ b/src/Ganeti/Daemon.hs
> @@ -139,7 +139,7 @@ type MainFn a b = DaemonOptions -> a -> b -> IO ()
>  oNoDaemonize :: OptType
>  oNoDaemonize =
>    (Option "f" ["foreground"]
> -   (NoArg (\ opts -> Ok opts { optDaemonize = False}))
> +   (NoArg (\ opts -> Ok opts { optDaemonize = False }))
>     "Don't detach from the current terminal",
>     OptComplNone)
>
> --
> 1.8.5.1
>

LGTM, thanks.

Michele

-- 
Google Germany GmbH
Dienerstr. 12
80331 München

Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Graham Law, Christine Elizabeth Flores

Reply via email to