Update .ci/build_pkgs.sh

This commit is contained in:
Martin/Geno 2019-02-26 15:17:59 +01:00
parent ce0b32e5fb
commit 4b5ce201b5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ for PKG in $PKGS ; do
echo "=> Package HASH check failed" echo "=> Package HASH check failed"
exit 1 exit 1
fi fi
echo_green "=> Package check OK" echo "=> Package check OK"
done done