mirror of https://github.com/containers/podman.git
helloimage: header symmetry
Make the header symmetric by adding a whitespace before the `!` on the righthand side. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
parent
eb0a0db318
commit
411fca0b3d
|
@ -5,7 +5,7 @@
|
|||
# January 2022
|
||||
###
|
||||
echo " "
|
||||
echo "! ... Hello Podman World ...!"
|
||||
echo "! ... Hello Podman World ... !"
|
||||
echo " "
|
||||
echo " .--\"--. "
|
||||
echo " / - - \\ "
|
||||
|
|
Loading…
Reference in New Issue