mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 17:06:28 +00:00
tools: Fix indentation for ovmf script
This PR fixes the indentation for the ovmf script for packaging. Fixes #5864 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
@@ -48,9 +48,9 @@ info "Calling edksetup script"
|
||||
source edksetup.sh
|
||||
|
||||
if [ "${ovmf_build}" == "sev" ]; then
|
||||
info "Creating dummy grub file"
|
||||
#required for building AmdSev package without grub
|
||||
touch OvmfPkg/AmdSev/Grub/grub.efi
|
||||
info "Creating dummy grub file"
|
||||
#required for building AmdSev package without grub
|
||||
touch OvmfPkg/AmdSev/Grub/grub.efi
|
||||
fi
|
||||
|
||||
info "Building ovmf"
|
||||
|
Reference in New Issue
Block a user