Skip to content

Commit c108915

Browse files
authored
Update Makefile
1 parent e6d2928 commit c108915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ upgrade_add_aggregator: ## Add Aggregator to Aligned Contracts
602602
@echo "Adding Aggregator to Aligned Contracts..."
603603
@. contracts/scripts/.env && . contracts/scripts/upgrade_add_aggregator_to_service_manager.sh
604604

605-
set_aggregator_address: ## Add Aggregator to Aligned Contracts
605+
set_aggregator_address:
606606
@echo "Setting Aggregator Address in Aligned Service Manager Contract on $(NETWORK) network..."
607607
@echo "Aggregator address: $(AGGREGATOR_ADDRESS)"
608608
@. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/set_aggregator_address.sh $(AGGREGATOR_ADDRESS)

0 commit comments

Comments
 (0)