Skip to content

Commit

Permalink
Merge pull request #466 from dohq/develop
Browse files Browse the repository at this point in the history
[fix] Fix for #463
  • Loading branch information
b4b4r07 committed Feb 26, 2018
2 parents 335536a + 6781c46 commit 20ca2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/base/base.zsh
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 20ca2c8

Please sign in to comment.