mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
tools: Remove extra tab spaces from kata deploy binaries script
This PR removes extra tab spaces from the kata deploy binaries script. Fixes #5747 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
9bde32daa1
commit
cd85a44a04
@ -195,7 +195,7 @@ handle_build() {
|
||||
install_shimv2
|
||||
install_virtiofsd
|
||||
;;
|
||||
|
||||
|
||||
cloud-hypervisor) install_clh ;;
|
||||
|
||||
firecracker) install_firecracker ;;
|
||||
@ -216,7 +216,6 @@ handle_build() {
|
||||
|
||||
virtiofsd) install_virtiofsd ;;
|
||||
|
||||
|
||||
*)
|
||||
die "Invalid build target ${build_target}"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user