Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
cob: Don't require a local fork to exist
Alexis Sellier committed 3 years ago
commit 78132a14eab6735988abbc724d4c3133b3606f7d
parent 9efea143ab2e2e607d9abec917288b1dbd816766
1 file changed +2 -2
modified radicle-httpd/src/api/error.rs
@@ -38,9 +38,9 @@ pub enum Error {
    #[error(transparent)]
    CobStore(#[from] radicle::cob::store::Error),

-
    /// Git project error.
+
    /// Identity error.
    #[error(transparent)]
-
    GitProject(#[from] radicle::storage::git::ProjectError),
+
    Identity(#[from] radicle::identity::IdentityError),

    /// Project doc error.
    #[error(transparent)]