Fix user and pass in genresults-reviewers.sh

Adding GERRIT_PASS change made the user option get lost.  oops.

Change-Id: I6bf915b6775ab7ece561943bf12cba80e790b6d2
Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant 2015-06-05 01:26:35 +00:00
parent dd0211ab85
commit 8dbeb6e250
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [ -n "${GERRIT_USER}" ] ; then
fi
if [ -n "${GERRIT_PASS}" ] ; then
EXTRA_ARGS="-P ${GERRIT_PASS}"
EXTRA_ARGS="${EXTRA_ARGS} -P ${GERRIT_PASS}"
fi
if [ -n "${GERRIT_KEY}" ] ; then