Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -139,7 +139,7 @@ impl Command {
|
||||
tracing_subscriber::fmt().with_env_filter(env_filter).init();
|
||||
}
|
||||
|
||||
return Ok((config, git_client, gitea_client));
|
||||
Ok((config, git_client, gitea_client))
|
||||
}
|
||||
|
||||
fn build_config(&self, current_dir: Option<&Path>) -> Result<PleaseConfig, anyhow::Error> {
|
||||
|
Reference in New Issue
Block a user