mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-29 04:51:34 +00:00
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:
parent
228bc48c73
commit
2ff3f0afc6
@ -344,7 +344,7 @@ install_cached_kernel_tarball_component() {
|
|||||||
"${latest_builder_image}" \
|
"${latest_builder_image}" \
|
||||||
"${final_tarball_name}" \
|
"${final_tarball_name}" \
|
||||||
"${final_tarball_path}" \
|
"${final_tarball_path}" \
|
||||||
"${extra_tarballs} " \
|
"${extra_tarballs}" \
|
||||||
|| return 1
|
|| return 1
|
||||||
|
|
||||||
if [[ "${kernel_name}" != "kernel-sev" ]] && [[ "${kernel_name}" != "kernel"*"-confidential" ]]; then
|
if [[ "${kernel_name}" != "kernel-sev" ]] && [[ "${kernel_name}" != "kernel"*"-confidential" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user