Skip to content

Commit 39eae48

Browse files
committed
Fix failing shellcheck SC2086
1 parent 59a8d33 commit 39eae48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/bin/docker-stats

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [ -z "$container_ids" ]; then
77
exit 1
88
fi
99

10-
docker stats $container_ids
10+
docker stats "$container_ids"

0 commit comments

Comments
 (0)