Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: Move some functions to `Home` type
cloudhead committed 2 years ago
commit dba8477352548c7822247dec80bf8d39a358db28
parent cb1e7f361d500c0da6bb2065a7d31605dcbe8d56
1 file changed +1 -1
modified radicle-httpd/src/lib.rs
@@ -60,7 +60,7 @@ pub async fn run(options: Options) -> anyhow::Result<()> {
    let profile = Profile::load()?;
    let request_id = RequestId::new();

-
    tracing::info!("using radicle home at {}", profile.home().display());
+
    tracing::info!("using radicle home at {}", profile.home().path().display());

    let app =
        router(options, profile)?