Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Rename `profile::Paths` to `profile::Home`
Alexis Sellier committed 3 years ago
commit c5841cefb6a152f0b1edcefd7f5238fa57b323c0
parent 1072fd1efcf3a568d179e43ec9a901b2de0db358
1 file changed +1 -1
modified radicle-httpd/src/api/test.rs
@@ -73,7 +73,7 @@ pub fn seed(dir: &Path) -> Context {
    .unwrap();

    // eq. rad auth
-
    let profile = radicle::Profile::init(rad_home, PASSWORD.to_owned()).unwrap();
+
    let profile = radicle::Profile::init(rad_home.into(), PASSWORD.to_owned()).unwrap();

    // rad init
    rad_init::init(