Fix test-case

This commit is contained in:
cytopia
2022-03-25 17:23:43 +01:00
parent 20b45a0b79
commit ee6b735f17

View File

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