mirror of
https://github.com/gdiepen/docker-convenience-scripts.git
synced 2025-07-01 06:10:37 +01:00
Remove not needed indentation on output lines
This commit is contained in:
parent
38c6ef5988
commit
0eccb0dd4d
1 changed files with 7 additions and 5 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
|
|
||||||
echo "List of all volumes:"
|
echo "List of all volumes:"
|
||||||
|
echo
|
||||||
|
|
||||||
for docker_volume_id in $(docker volume ls -q)
|
for docker_volume_id in $(docker volume ls -q)
|
||||||
do
|
do
|
||||||
echo "(Un)named volume: ${docker_volume_id}"
|
echo "(Un)named volume: ${docker_volume_id}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue