packaging: Remove trailing whitespace from extra_tarballs arg

This was overlooked during the reviews.

Fixes: #6415 -- part III

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2024-02-02 11:05:36 +01:00
parent 228bc48c73
commit 2ff3f0afc6
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

@ -344,7 +344,7 @@ install_cached_kernel_tarball_component() {
"${latest_builder_image}" \
"${final_tarball_name}" \
"${final_tarball_path}" \
"${extra_tarballs} " \
"${extra_tarballs}" \
|| return 1
if [[ "${kernel_name}" != "kernel-sev" ]] && [[ "${kernel_name}" != "kernel"*"-confidential" ]]; then