Skip to content

Commit

Permalink
fix: do not require env file on batcher_start_local (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce authored Aug 19, 2024
1 parent b1c579e commit c649589
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 @@ -186,7 +186,7 @@ batcher_start: ./batcher/aligned-batcher/.env user_fund_payment_service
@echo "Starting Batcher..."
@cargo run --manifest-path ./batcher/aligned-batcher/Cargo.toml --release -- --config ./config-files/config-batcher.yaml --env-file ./batcher/aligned-batcher/.env

batcher_start_local: ./batcher/aligned-batcher/.env user_fund_payment_service
batcher_start_local: user_fund_payment_service
@echo "Starting Batcher..."
@$(MAKE) run_storage &
@cargo run --manifest-path ./batcher/aligned-batcher/Cargo.toml --release -- --config ./config-files/config-batcher.yaml --env-file ./batcher/aligned-batcher/.env.dev
Expand Down

0 comments on commit c649589

Please sign in to comment.