Fix mods/ tests

This commit is contained in:
cytopia
2022-03-23 12:03:43 +01:00
parent a0e7ae7131
commit ffaee357fd

View File

@@ -6,8 +6,8 @@ set -o pipefail
CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
if [ "${#}" != "4" ]; then
>&2 echo "Error, requires 4 arguments: <IMAGE> <VERSION> <FLAVOUR> <MODULE>"
if [ "${#}" != "5" ]; then
>&2 echo "Error, requires 4 arguments: <IMAGE> <ARCH> <VERSION> <FLAVOUR> <MODULE>"
exit 1
fi