This commit is contained in:
Andy Bauer 2017-03-05 13:41:17 -06:00
parent 858b49a603
commit 26fbc04f7c
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ if [ "${TRAVIS_EVENT_TYPE}" == "cron" ] || [ "${TRAVIS}" != "true" ]; then
curl $result > build/zmrepo.noarch.rpm curl $result > build/zmrepo.noarch.rpm
else else
echo "ERROR: Failed to retrieve zmrepo rpm..." echo "ERROR: Failed to retrieve zmrepo rpm..."
echo 1 exit 1
fi fi
echo "Starting packpack..." echo "Starting packpack..."