Skip to content

Commit

Permalink
no .git on https?
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Feb 25, 2022
1 parent 81ccd97 commit d098325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/helios-build/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl Project {
Ok(if use_ssh || self.use_ssh {
format!("[email protected]:{}.git", github)
} else {
format!("https://github.com/{}.git", github)
format!("https://github.com/{}", github)
})
} else {
bail!("need github or url?");
Expand Down

0 comments on commit d098325

Please sign in to comment.