mirror of
https://github.com/gdiepen/docker-convenience-scripts.git
synced 2025-04-28 10:13:41 +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
|
||||
|
||||
for docker_volume_id in $(docker volume ls -q)
|
||||
do
|
||||
echo "(Un)named volume: ${docker_volume_id}"
|
||||
|
|
Loading…
Add table
Reference in a new issue