test: fix misprint in e2e scripts

This bug breaks `e2e-extensions`.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2023-03-23 23:44:54 +04:00
parent 0d0bb31cf7
commit d30cf9c86e
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD

View File

@ -115,7 +115,7 @@ case "${WITH_CONFIG_PATCH_WORKER:-false}" in
CONFIG_PATCH_FLAG=()
;;
*)
CONFIG_PATCH_FLAG=(--config-patch-worker "${WITH_CONFIG_PATCH_FILE}")
CONFIG_PATCH_FLAG=(--config-patch-worker "${WITH_CONFIG_PATCH_WORKER}")
;;
esac