fix typo
This commit is contained in:
parent
858b49a603
commit
26fbc04f7c
|
@ -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..."
|
||||||
|
|
Loading…
Reference in New Issue