Skip to content

Commit

Permalink
fix the volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
0x416e746f6e committed Mar 12, 2024
1 parent bb8a56b commit 8fab136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ devnet-up:
.PHONY: devnet-down
devnet-down:
@docker compose --file ./devnet/docker-compose.yaml down
@docker volume rm e2e_suave-blockscout-db-data || true
@docker volume rm devnet_suave-blockscout-db-data || true
@kurtosis enclave stop eth-devnet
@kurtosis enclave rm eth-devnet
@kurtosis engine stop
Expand Down

0 comments on commit 8fab136

Please sign in to comment.