mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 10:26:30 +00:00
Whoops, wrong string here
This commit is contained in:
parent
fa0a0b621a
commit
bd2482a3cd
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ impl AsRef<str> for RepoSite {
|
||||||
match self {
|
match self {
|
||||||
&RepoSite::Github => "github",
|
&RepoSite::Github => "github",
|
||||||
&RepoSite::Gitlab => "gitlab",
|
&RepoSite::Gitlab => "gitlab",
|
||||||
&RepoSite::Bitbucket => "https://bitbucket.org",
|
&RepoSite::Bitbucket => "bitbucket",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue