Skip to content

Commit

Permalink
[fix] Fix for zplug#463
Browse files Browse the repository at this point in the history
  • Loading branch information
dohq committed Feb 23, 2018
1 parent 335536a commit 6781c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/base/base.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ __zplug::base::base::git_version()
fi

__zplug::base::base::version_requirement \
${(M)${(z)"$(git --version)"}:#[0-9]*[0-9]} ">" "${@:?}"
${(M)${(z)"$(git --version|head -1)"}:#[0-9]*[0-9]} ">" "${@:?}"
return $status
}

Expand Down

0 comments on commit 6781c46

Please sign in to comment.