Fixes bug
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ macro_rules! unwrap {
|
||||
pub fn parse_url(input: &str) -> Result<(String, String, String)> {
|
||||
if input.starts_with("http") {
|
||||
parse_http_url(input)
|
||||
} else if input.starts_with("ssh") {
|
||||
} else if input.starts_with("git@") {
|
||||
parse_ssh_url(input)
|
||||
} else {
|
||||
parse_github_url(input)
|
||||
|
||||
Reference in New Issue
Block a user