mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
runtime: Fix whitespace in collect script
Remove extraneous whitespace from the `kata-collect-data.sh` script. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
e5f5bc2278
commit
04eced50ad
@ -184,7 +184,7 @@ show_runtime_configs()
|
||||
local configs config
|
||||
|
||||
heading "Runtime config files"
|
||||
|
||||
|
||||
configs=$($runtime --@PROJECT_TYPE@-show-default-config-paths)
|
||||
if [ $? -ne 0 ]; then
|
||||
version=$($runtime --version|tr '\n' ' ')
|
||||
@ -624,7 +624,7 @@ show_image_details()
|
||||
{
|
||||
local image
|
||||
local details
|
||||
|
||||
|
||||
image=$(get_image_file)
|
||||
|
||||
heading "Image details"
|
||||
@ -646,7 +646,7 @@ show_initrd_details()
|
||||
{
|
||||
local initrd
|
||||
local details
|
||||
|
||||
|
||||
initrd=$(get_initrd_file)
|
||||
|
||||
heading "Initrd details"
|
||||
|
Loading…
Reference in New Issue
Block a user