mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
Merge pull request #6926 from GabyCT/topic/fixtabsmerge
kata-deploy: Fix indentation on kata deploy merge script
This commit is contained in:
commit
8d98484230
@ -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