diff --git a/cli/src/invocation/mod.rs b/cli/src/invocation/mod.rs index 5bce1a16d..feff61c27 100644 --- a/cli/src/invocation/mod.rs +++ b/cli/src/invocation/mod.rs @@ -132,7 +132,7 @@ fn get_server(settings: &Config) -> anyhow::Result> { log::debug!("Using local sync-server at `{:?}`", server_dir); ServerConfig::Local { server_dir } }; - Ok(config.into_server()?) + config.into_server() } /// Get a WriteColor implementation based on whether the output is a tty.