Skip to content

Commit

Permalink
fix typo in make
Browse files Browse the repository at this point in the history
  • Loading branch information
afkbyte committed Apr 18, 2024
1 parent fd74386 commit ec066c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inabox/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ run-inabox:
sleep 1

cd ./thegraph
docker compose up > testdata/$(dt)/logs/graph-node.log 2>&1 &
docker-compose up > testdata/$(dt)/logs/graph-node.log 2>&1 &
cd ../

sleep 1
sleep 5

GATEWAY_LISTEN=0.0.0.0:4570 LOCALSTACK_HOST=localhost.localstack.cloud:4570 localstack start > testdata/$(dt)/logs/localstack.log 2>&1 &

Expand Down

0 comments on commit ec066c6

Please sign in to comment.