Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Speed up node E2E tests
Alexis Sellier committed 3 years ago
commit 1072fd1efcf3a568d179e43ec9a901b2de0db358
parent d98073a55d222c141421ad0c9247eee4f8943728
1 file changed +1 -1
modified radicle-httpd/src/lib.rs
@@ -51,7 +51,7 @@ pub async fn run(options: Options) -> anyhow::Result<()> {
    tracing::info!("{}", str::from_utf8(&git_version)?.trim());

    let profile = Arc::new(radicle::Profile::load()?);
-
    tracing::info!("using radicle home at {}", profile.home.display());
+
    tracing::info!("using radicle home at {}", profile.home().display());

    let git_router = Router::new()
        .route("/:project/*request", any(git_handler))