Skip to content

Commit d098325

Browse files
committed
no .git on https?
1 parent 81ccd97 commit d098325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/helios-build/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ impl Project {
131131
Ok(if use_ssh || self.use_ssh {
132132
format!("[email protected]:{}.git", github)
133133
} else {
134-
format!("https://github.com/{}.git", github)
134+
format!("https://github.com/{}", github)
135135
})
136136
} else {
137137
bail!("need github or url?");

0 commit comments

Comments
 (0)