Skip to content

Commit 2dc8d9e

Browse files
authored
fix(git): small typo fix for gitlab tarballs
1 parent 472e481 commit 2dc8d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oro-package-spec/src/gitinfo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ impl GitInfo {
154154
GitHub => format!("https://codeload.github.com/{owner}/{repo}/tag.gz/{commit}"),
155155
Gist => format!("https://codeload.github.com/gist/{repo}/tar.gz/{commit}"),
156156
GitLab => format!(
157-
"https://gitlan.com/{owner}/{repo}/repository/archive.tar.gz?ref={commit}"
157+
"https://gitlab.com/{owner}/{repo}/repository/archive.tar.gz?ref={commit}"
158158
),
159159
Bitbucket => {
160160
format!("https://bitbucket.org/{owner}/{repo}/get/{commit}.tar.gz")

0 commit comments

Comments
 (0)