Removed diagnostic lines.

master
bkraul 2023-06-16 18:15:15 -05:00
parent f5d8b3422a
commit 42223ea933
1 changed files with 0 additions and 2 deletions

View File

@ -5,11 +5,9 @@ COMPOSE_LEGACY=$(docker-compose >/dev/null 2>&1; if [ "$?" == "0" ]; then echo "
case "true" in
$COMPOSE_PLUGIN)
echo "using docker compose"
COMPOSE="docker compose"
;;
$COMPOSE_LEGACY)
echo "using docker-compose"
COMPOSE="docker-compose"
;;
*)