vmware: fix typo in cleanup call

This commit is contained in:
Jakub Rusz 2023-05-29 10:06:03 +02:00 committed by Achilleas Koutsou
parent 4b6cb10c55
commit a5547a2fa0

View file

@ -69,7 +69,7 @@ function cleanup() {
set -eu
}
trap cleanups EXIT
trap cleanup EXIT
# Check that the system started and is running correctly