瀏覽代碼

Fix failing shellcheck SC2086

Mark Shust 1 年之前
父節點
當前提交
39eae48932
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"