1
0
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: 

Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
Lukáš Doktor 2024-05-14 10:38:14 +02:00
parent e2117d3b71
commit d9ae130031
No known key found for this signature in database
GPG Key ID: 26B362E47FCF22C1

View File

@ -273,7 +273,7 @@ function install_artifacts() {
esac
;;
*)
tdx_not_supported_warning
tdx_not_supported ${ID} ${VERSION_ID}
;;
esac
fi