Skip to content

Commit

Permalink
Merge pull request #4 from orogene/main
Browse files Browse the repository at this point in the history
fix(git): small typo fix for gitlab tarballs
  • Loading branch information
sgammon authored Jan 26, 2025
2 parents 472e481 + 2dc8d9e commit 66a1f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oro-package-spec/src/gitinfo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ impl GitInfo {
GitHub => format!("https://codeload.github.com/{owner}/{repo}/tag.gz/{commit}"),
Gist => format!("https://codeload.github.com/gist/{repo}/tar.gz/{commit}"),
GitLab => format!(
"https://gitlan.com/{owner}/{repo}/repository/archive.tar.gz?ref={commit}"
"https://gitlab.com/{owner}/{repo}/repository/archive.tar.gz?ref={commit}"
),
Bitbucket => {
format!("https://bitbucket.org/{owner}/{repo}/get/{commit}.tar.gz")
Expand Down

0 comments on commit 66a1f47

Please sign in to comment.