Przeglądaj źródła

Fix failing shellcheck SC2086

Mark Shust 1 rok temu
rodzic
commit
39eae48932
1 zmienionych plików z 1 dodań i 1 usunięć
  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"