Browse Source

Fix failing shellcheck SC2086

Mark Shust 1 năm trước cách đây
mục cha
commit
39eae48932
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compose/bin/docker-stats

+ 1 - 1
compose/bin/docker-stats

@@ -7,4 +7,4 @@ if [ -z "$container_ids" ]; then
     exit 1
 fi
 
-docker stats $container_ids
+docker stats "$container_ids"