Skip to content

Commit 792b667

Browse files
author
Martin Jambon
committed
If -conf is not specified, default to guessing the config file using
the WVDIR variable and the host name.
1 parent 5cea5f3 commit 792b667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack_ws_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let run instance_id =
1313
let main ~offset =
1414
Cmdline.parse_options ~offset [];
1515
if not (Conf.is_set ()) then
16-
Esper_config.load_based_on_hostname ();
16+
Esper_config.set_config_file_based_on_hostname ();
1717
if not (Esper_config.is_prod ()) then (
1818
Log.level := `Debug;
1919
Util_http_client.trace := true

0 commit comments

Comments
 (0)