mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 14:32:33 +00:00
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:
parent
7c9faab523
commit
14c3f1e9f5
@ -20,8 +20,8 @@ mkdir "${tarball_content_dir}"
|
|||||||
|
|
||||||
for c in kata-static-*.tar.xz
|
for c in kata-static-*.tar.xz
|
||||||
do
|
do
|
||||||
echo "untarring tarball "${c}" into ${tarball_content_dir}"
|
echo "untarring tarball "${c}" into ${tarball_content_dir}"
|
||||||
tar -xvf "${c}" -C "${tarball_content_dir}"
|
tar -xvf "${c}" -C "${tarball_content_dir}"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "create ${tar_path}"
|
echo "create ${tar_path}"
|
||||||
|
Loading…
Reference in New Issue
Block a user