Skip to content

Commit

Permalink
Clone repo pkgbuilds over https
Browse files Browse the repository at this point in the history
Fizxes #1065
  • Loading branch information
Morganamilo committed Nov 5, 2023
1 parent 7fe9fbf commit 6b617ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ fn repo_pkgbuilds(config: &Config, pkgs: &[Targ<'_>]) -> Result<i32> {
let ret = Command::new(pkgctl)
.arg("repo")
.arg("clone")
.arg("--protocol")
.arg("https")
.arg(targ.to_string())
.output()
.with_context(|| {
Expand Down

0 comments on commit 6b617ee

Please sign in to comment.