Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Oct 18, 2024
1 parent 8911f33 commit 6006402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/finality-gadget-integration-op-l2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ start-babylon:
else \
echo "Unsupported bitcoin network: $(BITCOIN_NETWORK)"; \
fi
.PHONY: start
.PHONY: start-babylon

stop-babylon:
@$(DOCKER) compose -f artifacts/docker-compose.yml down -v
Expand All @@ -204,7 +204,7 @@ stop-babylon:
else \
echo "Unsupported bitcoin network: $(BITCOIN_NETWORK)"; \
fi
.PHONY: stop
.PHONY: stop-babylon

# Run independent steps
# TODO: remove these after testing
Expand Down

0 comments on commit 6006402

Please sign in to comment.