vmware: fix typo in cleanup call
This commit is contained in:
parent
4b6cb10c55
commit
a5547a2fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ function cleanup() {
|
|||
|
||||
set -eu
|
||||
}
|
||||
trap cleanups EXIT
|
||||
trap cleanup EXIT
|
||||
|
||||
|
||||
# Check that the system started and is running correctly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue