Sfoglia il codice sorgente

Fix failing shellcheck SC2086

Mark Shust 1 anno fa
parent
commit
39eae48932
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"