mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-10 00:01:02 +00:00
Remove .git from remote_url (#299)
Remove .git from remote_url Co-authored-by: Deon Marshall <dmarshall@ccp.com.au>
This commit is contained in:
committed by
mbecker20
co-authored by
Deon Marshall
parent
324cd508b3
commit
70211e4159
@@ -431,7 +431,7 @@ impl CloneArgs {
|
||||
.as_ref()
|
||||
.context("resource has no repo attached")?;
|
||||
Ok(format!(
|
||||
"{protocol}://{access_token_at}{}/{repo}.git",
|
||||
"{protocol}://{access_token_at}{}/{repo}",
|
||||
self.provider
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user