diff options
-rwxr-xr-x | docker-status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-status.sh b/docker-status.sh index 461ed44..affc205 100755 --- a/docker-status.sh +++ b/docker-status.sh @@ -3,7 +3,7 @@ echo "Content-Type: application/json" echo "" printf '[\n' -docker ps --format json --no-trunc \ +docker ps --format json \ | sed ' $! s/$/,/ ' |