Explorar el Código

Fix failing shellcheck SC2086

Mark Shust hace 1 año
padre
commit
39eae48932
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"