No -t for stdin push

This commit is contained in:
Luke Van Seters 2022-02-16 11:56:33 -05:00
parent 1b42920dd1
commit cb6f20ba63

2
mev
View File

@ -47,7 +47,7 @@ case "$1" in
;;
block-list)
echo "Backfilling blocks from stdin"
kubectl exec -ti deploy/mev-inspect -- poetry run enqueue-block-list
kubectl exec -i deploy/mev-inspect -- poetry run enqueue-block-list
;;
backfill)
after_block_number=$2