Skip to content

Commit

Permalink
fix: sort pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored Mar 19, 2024
1 parent ce8aa43 commit d3ae029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zinit-install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ builtin source "${ZINIT[BIN_DIR]}/zinit-side.zsh" || {
) || return $?
} elif [[ $tpe = github ]] {
case ${ICE[proto]} in
(|ftp(s|)|http(s|)|git|rsync|ssh)
(|ftp(|s)|git|http(|s)|rsync|ssh)
:zinit-git-clone() {
command git clone --progress ${(s: :)ICE[cloneopts]---recursive} \
${(s: :)ICE[depth]:+--depth ${ICE[depth]}} \
Expand Down

0 comments on commit d3ae029

Please sign in to comment.