From fb40ad37a9b567ce6e5ee9063dbafd1e7ab9e653 Mon Sep 17 00:00:00 2001 From: David Esparza Date: Wed, 24 May 2023 17:13:11 -0600 Subject: [PATCH] kata-deploy: Remove trailing and leading white spaces in kata-deploy-binaries This PR removes unwanted white spaces in order to fix the format of the kata-deploy-binaries script. Fixes: #6962 Signed-off-by: David Esparza --- .../kata-deploy/local-build/kata-deploy-binaries.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh b/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh index 7f7d791b80..8297ac987d 100755 --- a/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh +++ b/tools/packaging/kata-deploy/local-build/kata-deploy-binaries.sh @@ -266,7 +266,7 @@ install_cc_image() { root_hash_vanilla="" initramfs_last_commit="$(get_initramfs_image_name)" fi - fi + fi local osbuilder_last_commit="$(echo $(get_last_modification "${repo_root_dir}/tools/osbuilder") | sed s/-dirty//)" local guest_image_last_commit="$(get_last_modification "${repo_root_dir}/tools/packaging/guest-image")" @@ -445,7 +445,7 @@ install_cached_kernel_component() { "kata-static-cc-sev-kernel-modules.tar.xz" \ "${workdir}/kata-static-cc-sev-kernel-modules.tar.xz" \ || return 1 - + mkdir -p "${module_dir}" tar xvf "${workdir}/kata-static-cc-sev-kernel-modules.tar.xz" -C "${module_dir}" && return 0 @@ -949,7 +949,7 @@ handle_build() { cc-tdx-tdvf) install_cc_tdx_tdvf ;; cc-sev-ovmf) install_cc_sev_ovmf ;; - + cc-x86_64-ovmf) install_cc_x86_64_ovmf ;; cloud-hypervisor) install_clh ;;