Browse Source

fix: dev: [compose] avoid unnecessary command ``cat``

master
Valentin Lab 4 months ago
parent
commit
a9b2c33f96
  1. 2
      bin/compose

2
bin/compose

@ -1004,7 +1004,7 @@ load_env() {
else
docker_run_opts+=("$opt")
fi
done < <(cat "$COMPOSE_LAUNCHER_OPTS")
done < "$COMPOSE_LAUNCHER_OPTS"
fi
}

Loading…
Cancel
Save