hydra-module: Fix typo.

This commit is contained in:
Ludovic Courtès 2011-05-05 10:11:13 +00:00
parent d4664fd759
commit c54c804dc9

View file

@ -18,9 +18,9 @@ let
+ ''HYDRA_CONFIG=${cfg.baseDir}/data/hydra.conf ''
+ ''HYDRA_DATA=${cfg.baseDir}/data ''
+ ''HYDRA_PORT="${toString cfg.port}" ''
+ ${if cfg.logo != null
then ''HYDRA_LOGO="${cfg.logo}" ''
else ""}
+ (if cfg.logo != null
then ''HYDRA_LOGO="${cfg.logo}" ''
else "")
+ ''HYDRA_TRACKER="${cfg.tracker}" ;'';
in