Merge "Fix git lookup"

This commit is contained in:
Zuul 2021-04-23 11:57:36 +00:00 committed by Gerrit Code Review
commit 38691f5ef4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function cherrypick {
local REFSPECS="$2" local REFSPECS="$2"
# check that git is installed # check that git is installed
if ! rpm -qi git &> /dev/null; then if ! rpm -qi git &> /dev/null && ! rpm -qi git-core &> /dev/null; then
echo "Please install git before using this module." echo "Please install git before using this module."
exit 1 exit 1
fi fi