git: fix version check

pull/9312/head
Marc Cornellà 2020-10-04 13:09:32 +02:00
parent d81b4ac9f2
commit c549387745
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Git version checking
autoload -Uz is-at-least
git_version="${(As: :)$(git version 2>/dev/null)[3]}"
git_version="${${(As: :)$(git version 2>/dev/null)}[3]}"
#
# Functions