libnetwork.lib: quick fix: .git suffix is not optional when cloning from http/https urls
This commit is contained in:
parent
e94617662e
commit
b767938678
@ -916,7 +916,7 @@ function git.download() {
|
|||||||
--pck-version "$pck_version" \
|
--pck-version "$pck_version" \
|
||||||
--destdir "$destdir" \
|
--destdir "$destdir" \
|
||||||
--preserve-dot-git "0" --git-branch "$git_branch" \
|
--preserve-dot-git "0" --git-branch "$git_branch" \
|
||||||
"${token_dirname/.git*}"
|
"${token_dirname/.git*}.git"
|
||||||
}
|
}
|
||||||
|
|
||||||
# function git.create_tarball
|
# function git.create_tarball
|
||||||
|
Loading…
Reference in New Issue
Block a user