Whoops, wrong string here

This commit is contained in:
Paul Woolcock 2018-02-12 23:37:29 -05:00
parent fa0a0b621a
commit bd2482a3cd

View file

@ -60,7 +60,7 @@ impl AsRef<str> for RepoSite {
match self {
&RepoSite::Github => "github",
&RepoSite::Gitlab => "gitlab",
&RepoSite::Bitbucket => "https://bitbucket.org",
&RepoSite::Bitbucket => "bitbucket",
}
}
}