kata-deploy: Fix indentation on kata deploy merge script

This PR fixes the indentation on the kata deploy merge script
that instead of single spaces uses a tap.

Fixes #6925

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-05-22 15:43:25 +00:00
parent 7c9faab523
commit 14c3f1e9f5

View File

@ -20,8 +20,8 @@ mkdir "${tarball_content_dir}"
for c in kata-static-*.tar.xz
do
echo "untarring tarball "${c}" into ${tarball_content_dir}"
tar -xvf "${c}" -C "${tarball_content_dir}"
echo "untarring tarball "${c}" into ${tarball_content_dir}"
tar -xvf "${c}" -C "${tarball_content_dir}"
done
echo "create ${tar_path}"