mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-08 00:17:31 +00:00
kata-deploy: Fix tdx_not_supported call
the `tdx_not_supported_warning` function does not exists, the `tdx_not_supported` should be called instead. Fixes: #9628 Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
parent
e2117d3b71
commit
d9ae130031
@ -273,7 +273,7 @@ function install_artifacts() {
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
tdx_not_supported_warning
|
||||
tdx_not_supported ${ID} ${VERSION_ID}
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user