Merge pull request #9629 from ldoktor/tdx_not_supported_warning

kata-deploy: Fix tdx_not_supported call
This commit is contained in:
Fabiano Fidêncio
2024-05-14 17:27:56 +02:00
committed by GitHub

View File

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