mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
+1
-1
@@ -24,7 +24,7 @@ pub(crate) struct Server {
|
||||
|
||||
impl Server {
|
||||
pub(crate) fn build(args: &Args, runtime: Option<&runtime::Handle>) -> Result<Arc<Self>, Error> {
|
||||
let raw_config = Config::load(&args.config)?;
|
||||
let raw_config = Config::load(args.config.as_deref())?;
|
||||
let raw_config = crate::clap::update(raw_config, args)?;
|
||||
let config = Config::new(&raw_config)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user